Skip to content

Instantly share code, notes, and snippets.

@matthewglover
Created November 5, 2013 10:42
Show Gist options
  • Save matthewglover/7317139 to your computer and use it in GitHub Desktop.
Save matthewglover/7317139 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
database: [enter app_name]_development
pool: 5
username: [enter db user_name]
password:
test:
adapter: postgresql
encoding: unicode
database: [enter app_name]_test
pool: 5
username: [enter db user_name]
password:
production:
adapter: postgresql
encoding: unicode
database: [enter app_name]_production
pool: 5
username: [enter db user_name]
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment