Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created September 24, 2009 19:30
Show Gist options
  • Save bobmcwhirter/192971 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/192971 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
database: sportsdraught_development
username: sportsdraught
password: sportsdraught
host: localhost
encoding: UTF8
test:
adapter: postgresql
database: sportsdraught_test
username: sportsdraught
password: sportsdraught
host: localhost
encoding: UTF8
production:
adapter: postgresql
database: sportsdraught_production
username: sportsdraught
password: sportsdraught
host: localhost
encoding: UTF8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment