Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created January 23, 2014 16:08
Show Gist options
  • Save dwilkins/8581305 to your computer and use it in GitHub Desktop.
Save dwilkins/8581305 to your computer and use it in GitHub Desktop.
<% ['production', 'development', 'test','import'].each do |env| %>
<%= env %>:
database: <%= "#{Rails.root.basename.to_s.underscore}_development" %>
adapter: postgresql
encoding: unicode
pool: 5
username:
password:
min_messages: warning
host: localhost
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment