Created
October 21, 2015 13:06
-
-
Save xdougx/de3d5b1ef044af51cbef to your computer and use it in GitHub Desktop.
database example
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
development: | |
encoding: utf8 | |
port: 5432 | |
database: development | |
username: username | |
password: | |
host: localhost | |
--- | |
test: | |
encoding: utf8 | |
port: 5432 | |
database: test | |
username: username | |
password: | |
host: localhost | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment