diff options
| -rw-r--r-- | config/database.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/database.yml b/config/database.yml index ecff83b1f..9466851ef 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: luc - password: monalisa + username: chouette + password: chouette # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". @@ -27,4 +27,4 @@ production: encoding: utf8 host: localhost username: chouette - password: chouette + password: chouette
\ No newline at end of file |
