aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlban Peignier2012-04-11 15:19:12 +0200
committerAlban Peignier2012-04-11 15:19:12 +0200
commit3f85a06d82eac57548c94adfc2bce6cba5889445 (patch)
tree0efd94885f786bab3f79a80c5fe8536e4ee55074 /config
parent3c45396308bd187e22d0e78ddad48bb8e588a535 (diff)
downloadchouette-core-3f85a06d82eac57548c94adfc2bce6cba5889445.tar.bz2
Add ci tasks for jenkins
Diffstat (limited to 'config')
-rw-r--r--config/database.yml.ccontrol13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/database.yml.ccontrol b/config/database.yml.ccontrol
new file mode 100644
index 000000000..e040adce2
--- /dev/null
+++ b/config/database.yml.ccontrol
@@ -0,0 +1,13 @@
+development:
+ adapter: jdbcpostgresql
+ database: chouette2_test
+ encoding: utf8
+ username: chouette
+ password: chouette
+
+test:
+ adapter: jdbcpostgresql
+ database: chouette2_test
+ encoding: utf8
+ username: chouette
+ password: chouette