diff options
| -rw-r--r-- | config/database.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/config/database.yml b/config/database.yml index adec960b4..1685c484f 100644 --- a/config/database.yml +++ b/config/database.yml @@ -9,6 +9,7 @@ development:    database: chouette_dev    encoding: utf8    host: localhost +  port: 5432    username: chouette    password: chouette @@ -20,6 +21,7 @@ test:    database: chouette_test    encoding: utf8    host: localhost +  port: 5432    username: chouette    password: chouette @@ -28,5 +30,6 @@ production:    database: chouette2    encoding: utf8    host: localhost +  port: 5432    username: chouette    password: chouette | 
