Created
June 6, 2014 15:56
-
-
Save joecannatti/1933b4925a6668b86a28 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
common: &common | |
adapter: postgresql | |
encoding: unicode | |
pool: 5 | |
username: stitchfix_owner | |
password: stitchfix_owner | |
host: localhost | |
min_messages: warning | |
development: | |
database: stitchfix_dev | |
<<: *common | |
hellblazer_development: | |
database: hellblazer_development | |
<<: *common | |
test: | |
database: stitchfix_test | |
<<: *common | |
hellblazer_test: | |
database: hellblazer_test | |
<<: *common | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment