Skip to content

Instantly share code, notes, and snippets.

@oafridi
Last active August 29, 2015 14:00
Show Gist options
  • Save oafridi/ee85a9234522c7e1a3e6 to your computer and use it in GitHub Desktop.
Save oafridi/ee85a9234522c7e1a3e6 to your computer and use it in GitHub Desktop.
example database.yml for postgres
development:
adapter: postgresql
encoding: unicode
host: localhost
database: proj_development
username: postgres
password:
test:
adapter: postgresql
encoding: unicode
host: localhost
database: proj_test
username: postgres
password:
production:
adapter: postgresql
encoding: unicode
host: localhost
database: proj_production
username: postgres
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment