diff options
-rw-r--r-- | config/database.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml-example b/config/database.yml-example index 126e5a264..e9103b7fa 100644 --- a/config/database.yml-example +++ b/config/database.yml-example @@ -8,7 +8,7 @@ development: username: <username> password: <password> host: localhost - port: 5432 # PostgreSQL 8.1 pretty please + port: 5432 # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. |