Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marano
Created April 7, 2016 17:05
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 marano/22f0b3df80ebbfb21c1e2c50bf83ec39 to your computer and use it in GitHub Desktop.
Save marano/22f0b3df80ebbfb21c1e2c50bf83ec39 to your computer and use it in GitHub Desktop.
production:
adapter: postgresql
database: <%= ENV['DATABASE_NAME'] || 'example_app' %>
host: <%= ENV['DATABASE_HOST'] || 'localhost' %>
port: <%= ENV['DATABASE_PORT'] || 5432 %>
username: <%= ENV['DATABASE_USERNAME'] || 'my_user' %>
password: <%= ENV['DATABASE_PASSWORD'] %>
min_messages: ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment