aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2007-10-16 06:44:56 +0000
committerfrancis <francis>2007-10-16 06:44:56 +0000
commit1fe7732cafe28488dcd908ae96709d8b4f5ef424 (patch)
treee04398cd02b3d9b84bae54627a0cb8e108c79a6b
parent36ba740bde2424cc290c43dc6a531bc830d3d656 (diff)
Note port and database version.
-rw-r--r--config/database.yml-example3
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