Dont have password: optional in there

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2914 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-11-07 12:02:18 +00:00
parent e85e58f7a9
commit b69d8f1ac6

View File

@@ -13,7 +13,7 @@ development:
adapter: mysql
database: <%= app_name %>_development
username: root
password: optional
password:
# Connect on a domain socket.
<%= "socket: #{socket}" %>