Created
August 17, 2015 09:22
-
-
Save Epigene/ea90f888b3f5cc721ae3 to your computer and use it in GitHub Desktop.
database.yml example
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
base: &base | |
adapter: postgresql | |
encoding: utf-8 | |
pool: 5 | |
username: augusts | |
database: sha | |
password: | |
development: | |
<<: *base | |
test: | |
<<: *base | |
database: sha_test | |
production: | |
<<: *base |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment