Skip to content

Commit

Permalink
fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Stolt committed Jun 25, 2009
1 parent 26503cc commit a409108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/postgres/templates/default/database.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
adapter: postgresql
database: <%= @app_name %>_<%= @node[:environment][:framework_env] %>
username: <%= @app_name %>
password: <%= @node[:users][:password] %>
password: password
host: <%= @node[:db_host] %>

0 comments on commit a409108

Please sign in to comment.