Skip to content

Instantly share code, notes, and snippets.

@aruprakshit
Forked from anonymous/gist:36830cbdef67de84228aec66867e45da
Last active December 1, 2017 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aruprakshit/11e3e22b53333e152b53d19d4fe6450e to your computer and use it in GitHub Desktop.
Save aruprakshit/11e3e22b53333e152b53d19d4fe6450e to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: utf8
database: campflame_development
pool: 5
host: ''
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