diff options
| author | Luc Donnet | 2012-02-15 12:19:35 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-02-15 12:19:35 +0100 |
| commit | dfd08c9868942f31040f1518a09500ef398e4509 (patch) | |
| tree | 8d632b0d382fa0ed75872fdc41cca7cea4c185de /config/database.yml | |
| parent | 3acd3ee699ec4f049d9ef204ab58d9488039a7ee (diff) | |
| download | chouette-core-dfd08c9868942f31040f1518a09500ef398e4509.tar.bz2 | |
Add network and company model
Diffstat (limited to 'config/database.yml')
| -rw-r--r-- | config/database.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/config/database.yml b/config/database.yml index 317b1c4a9..c3bfe0abf 100644 --- a/config/database.yml +++ b/config/database.yml @@ -6,19 +6,21 @@ # development: adapter: jdbcpostgresql - database: chouette - schema_search_path: avignon - hostname: localhost - username: luc - password: monalisa + database: chouette_dev + username: chouette + password: chouette # 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: adapter: jdbcpostgresql - database: db/test.sqlite3 + database: chouette_test + username: chouette + password: chouette production: adapter: jdbcpostgresql - database: db/production.sqlite3 + database: chouette_prod + username: chouette + password: chouette |
