Skip to content

Instantly share code, notes, and snippets.

@pmdgithub
Created September 29, 2010 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmdgithub/602891 to your computer and use it in GitHub Desktop.
Save pmdgithub/602891 to your computer and use it in GitHub Desktop.
<%= @node[:environment][:framework_env] %>:
adapter: postgresql
database: <%= @app_name %>_<%= @node[:environment][:framework_env] %>
username: <%= @username %>
password: <%= @db_pass %>
host: <%= @node[:db_host] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment