Skip to content

Instantly share code, notes, and snippets.

@romdim
Last active December 16, 2016 15:13
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 romdim/6702bc62f5218d17650ab450f2e87bf4 to your computer and use it in GitHub Desktop.
Save romdim/6702bc62f5218d17650ab450f2e87bf4 to your computer and use it in GitHub Desktop.
defaults: &defaults
adapter: postgresql
encoding: unicode
pool: 5
reconnect: true
development:
<<: *defaults
url: <% ENV['DATABASE_URL'] %>
test:
<<: *defaults
url: <% ENV['DATABASE_URL'] %>
production:
<<: *defaults
url: <% ENV['DATABASE_URL'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment