aboutsummaryrefslogtreecommitdiffstats
path: root/config/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/database.yml b/config/database.yml
index 0c5c4ba6e..ecff83b1f 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -8,8 +8,8 @@ development:
adapter: <%= RUBY_PLATFORM == "java" ? "jdbcpostgresql" : "postgresql" %>
database: chouette_dev
encoding: utf8
- username: chouette
- password: chouette
+ username: luc
+ password: monalisa
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".