Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created June 15, 2015 23:54
Show Gist options
  • Save kenmazaika/48e829bef0e1088fc710 to your computer and use it in GitHub Desktop.
Save kenmazaika/48e829bef0e1088fc710 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
database: splurty-dev
pool: 5
host: localhost
username: action
password:
test:
adapter: postgresql
encoding: unicode
database: splurty-test
pool: 5
host: localhost
username: action
password:
production:
adapter: postgresql
encoding: unicode
database: splurty-prod
pool: 5
host: localhost
username: action
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment