diff options
-rw-r--r-- | config/database.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/database.yml-example b/config/database.yml-example index e8798119a..16161aed4 100644 --- a/config/database.yml-example +++ b/config/database.yml-example @@ -17,6 +17,7 @@ development: username: francis password: host: localhost + port: 5433 # PostgreSQL 8.1 pretty please # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. @@ -27,6 +28,7 @@ test: username: francis password: host: localhost + port: 5433 production: adapter: postgresql @@ -34,4 +36,5 @@ production: username: francis password: host: localhost + port: 5433 |