Skip to content

Instantly share code, notes, and snippets.

@asabirov
Last active August 29, 2015 14:07
Show Gist options
  • Save asabirov/3bd3289efbb0b91272a2 to your computer and use it in GitHub Desktop.
Save asabirov/3bd3289efbb0b91272a2 to your computer and use it in GitHub Desktop.
database.example.yml for postgres
development:
adapter: postgresql
host: localhost
port: 5432
pool: 5
encoding: unicode
database:
username:
password:
test:
adapter: postgresql
encoding: unicode
host: localhost
port: 5432
database:
username:
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment