diff options
Diffstat (limited to 'config/database.yml')
| -rw-r--r-- | config/database.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml index 9466851ef..adec960b4 100644 --- a/config/database.yml +++ b/config/database.yml @@ -8,6 +8,7 @@ development:    adapter: <%= RUBY_PLATFORM == "java" ? "jdbcpostgresql" : "postgresql" %>    database: chouette_dev    encoding: utf8 +  host: localhost    username: chouette    password: chouette @@ -18,6 +19,7 @@ test:    adapter: <%= RUBY_PLATFORM == "java" ? "jdbcpostgresql" : "postgresql" %>    database: chouette_test    encoding: utf8 +  host: localhost    username: chouette    password: chouette @@ -27,4 +29,4 @@ production:    encoding: utf8    host: localhost    username: chouette -  password: chouette    
\ No newline at end of file +  password: chouette  | 
