aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-07 12:14:33 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-07 12:14:33 +0000
commit6461318f9e0415d6115e274b81db04d5dbcce1ca (patch)
tree24d2c1a8adc2b66bdf85c5af1ea27ba38ece0d26 /railties
parentb69d8f1ac692100b62a11e43f64ba5e24952da90 (diff)
downloadrails-6461318f9e0415d6115e274b81db04d5dbcce1ca.tar.gz
rails-6461318f9e0415d6115e274b81db04d5dbcce1ca.tar.bz2
rails-6461318f9e0415d6115e274b81db04d5dbcce1ca.zip
Dont have password: optional in there
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r--railties/configs/database.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/configs/database.yml b/railties/configs/database.yml
index ae97c6475a..c3a93c3ee6 100644
--- a/railties/configs/database.yml
+++ b/railties/configs/database.yml
@@ -51,7 +51,7 @@ postgresql_example:
adapter: postgresql
database: <%= app_name %>_development
username: <%= app_name %>
- password: optional
+ password:
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration.