Created
April 7, 2016 17:05
-
-
Save marano/22f0b3df80ebbfb21c1e2c50bf83ec39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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