From 6461318f9e0415d6115e274b81db04d5dbcce1ca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Nov 2005 12:14:33 +0000 Subject: Dont have password: optional in there git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/configs/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3