diff options
Diffstat (limited to 'config/database.yml')
| -rw-r--r-- | config/database.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/database.yml b/config/database.yml index 08d265760..81951d183 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,12 +1,12 @@ default: &default - adapter: postgresql + adapter: postgis encoding: unicode - pool: 5 port: 5432 host: localhost - schema_search_path: "public" + schema_search_path: 'public,shared_extensions' username: chouette password: chouette + postgis_schema: 'shared_extensions' development: <<: *default |
