Skip to content

Instantly share code, notes, and snippets.

@eniolopes
Created June 16, 2012 04:08
Show Gist options
  • Save eniolopes/2939875 to your computer and use it in GitHub Desktop.
Save eniolopes/2939875 to your computer and use it in GitHub Desktop.
database.yml
development:
adapter: postgresql
encoding: unicode
database: u8r_web_development
host: localhost
pool: 5
username:
password:
test:
adapter: postgresql
encoding: unicode
database: u8r_web_test
host: localhost
pool: 5
username:
password:
production:
adapter: postgresql
encoding: unicode
database: u8r_production
pool: 5
username:
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment