Created
March 9, 2017 10:11
-
-
Save foxtacles/e772a4bb7b8c2521a25c1cd654b213a1 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
development: | |
adapter: postgresql | |
encoding: unicode | |
host: localhost | |
database: robot | |
username: foxtacles | |
password: foxtacles | |
pool: 20 | |
timeout: 10000 | |
test: | |
adapter: postgresql | |
encoding: unicode | |
host: localhost | |
database: robot_test | |
username: foxtacles | |
password: foxtacles | |
pool: 20 | |
timeout: 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment