Skip to content

Instantly share code, notes, and snippets.

@falonofthetower
Created October 31, 2015 05:43
Show Gist options
  • Save falonofthetower/e87af87a4ebc638d00c9 to your computer and use it in GitHub Desktop.
Save falonofthetower/e87af87a4ebc638d00c9 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
database: myflix_dev
pool: 5
username: falon
password: 3141-5926-5359
test:
adapter: postgresql
encoding: unicode
database: myflix_test
pool: 5
username: falon
password: 3141-5926-5359
production:
adapter: postgresql
encoding: unicode
database: myflix_prod
pool: 5
username: falon
password: 3141-5926-5359
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment