Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2017 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/36830cbdef67de84228aec66867e45da to your computer and use it in GitHub Desktop.
Save anonymous/36830cbdef67de84228aec66867e45da to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: utf8
database: campflame_development
pool: 5
host: ''
test: &TEST
adapter: postgresql
encoding: utf8
database: campflame_test
pool: 5
host: ''
production:
adapter: postgresql
encoding: utf8
database: campflame_production
pool: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment