Created
April 30, 2014 18:12
-
-
Save BrianTheCoder/43ac81b6c55fc23a94fd to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| encoding: unicode | |
| database: <%= ENV['POSTGRESQL_DATABASE'] %> | |
| host: <%= ENV['POSTGRESQL_HOST'] %> | |
| port: 5432 | |
| username: <%= ENV['POSTGRESQL_USERNAME'] %> | |
| password: <%= ENV['POSTGRESQL_PASSWORD'] %> | |
| pool: 5 | |
| timeout: 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment