diff options
| author | Alban Peignier | 2012-04-16 10:18:27 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-04-16 10:18:27 +0200 |
| commit | 6a1c397ab8da975286dc96bbb475b9c7083c360a (patch) | |
| tree | 2f417560b6badf3453fb87bc47365b7ec3a46a8b | |
| parent | 8db8451b65294a6d44220f1e2bd79d716eb08817 (diff) | |
| download | chouette-core-6a1c397ab8da975286dc96bbb475b9c7083c360a.tar.bz2 | |
Add production configuration to database.yml.ccontrol. Refs #8
| -rw-r--r-- | config/database.yml.ccontrol | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/database.yml.ccontrol b/config/database.yml.ccontrol index f0478b410..659772172 100644 --- a/config/database.yml.ccontrol +++ b/config/database.yml.ccontrol @@ -13,3 +13,12 @@ test: username: chouette password: chouette template: template_chouette + +# When war is created by jenkins +production: + adapter: jdbcpostgresql + database: chouette2 + encoding: utf8 + host: localhost + username: chouette + password: chouette |
