blob: dc35cfcb22f7350ff23a5d0577810f0b5b6d4d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
|