Skip to content

Instantly share code, notes, and snippets.

@mikejakobsen
Created June 12, 2017 14:16
Show Gist options
  • Select an option

  • Save mikejakobsen/5563f728e2c5fd035e6e86b44a43080f to your computer and use it in GitHub Desktop.

Select an option

Save mikejakobsen/5563f728e2c5fd035e6e86b44a43080f to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: unicode
development:
adapter: postgresql
encoding: unicode
database: development
username: mike
password: secret
test:
adapter: postgresql
encoding: unicode
database: testing
username: mike
password: secret
production:
adapter: postgresql
encoding: unicode
database: production
username: mike
password: secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment