Skip to content

Instantly share code, notes, and snippets.

Created December 3, 2014 12:28
Show Gist options
  • Save anonymous/186fa988477a4f80619e to your computer and use it in GitHub Desktop.
Save anonymous/186fa988477a4f80619e to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: utf8
reconnect: true
database: mydb
pool: 5
username: myuser
password: 'PASSWORD'
host: <%= ENV["POSTGRES_ADDR"] %>
port: 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment