Created
April 1, 2014 03:53
-
-
Save bigfive/9907418 to your computer and use it in GitHub Desktop.
Magnum CI example db config
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
core: &core | |
adapter: postgresql | |
host: 127.0.0.1 | |
username: postgres | |
database: magnum<%= ENV['TEST_ENV_NUMBER'] %> | |
development: | |
<<: *core | |
test: | |
<<: *core | |
staging: | |
<<: *core | |
production: | |
<<: *core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unlink config/database.yml || :
curl -o config/database.yml 'https://gist.githubusercontent.com/bigfive/9907418/raw/database.yml'