default: &default adapter: postgis encoding: unicode port: 5432 host: localhost schema_search_path: 'public,shared_extensions' username: postgres postgis_schema: 'shared_extensions' development: <<: *default database: chouette_dev # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *default database: chouette_test