Skip to content

Instantly share code, notes, and snippets.

@jperrine
Created October 14, 2011 18:52
Show Gist options
  • Save jperrine/1287962 to your computer and use it in GitHub Desktop.
Save jperrine/1287962 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
username: vkansal
password:
pool: 5
min_messages: WARNING
database: caprica_dev
test:
adapter: postgresql
encoding: unicode
username: vkansal
password:
pool: 5
min_messages: WARNING
database: caprica_test
production:
adapter: postgresql
encoding: unicode
username: vkansal
password:
pool: 5
min_messages: WARNING
database: caprica_prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment