Skip to content

Instantly share code, notes, and snippets.

@sbauch
Created March 28, 2012 15:40
Show Gist options
  • Save sbauch/2227453 to your computer and use it in GitHub Desktop.
Save sbauch/2227453 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
database: samplrs_development
pool: 5
timeout: 5000
username: Sam
password:
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: postgresql
database: samplrs_test
pool: 5
timeout: 5000
username: Sam
password:
production:
adapter: postgresql
database:
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment