Skip to content

Instantly share code, notes, and snippets.

@joecannatti
Created June 6, 2014 15:56
Show Gist options
  • Save joecannatti/1933b4925a6668b86a28 to your computer and use it in GitHub Desktop.
Save joecannatti/1933b4925a6668b86a28 to your computer and use it in GitHub Desktop.
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