Skip to content

Instantly share code, notes, and snippets.

@lucianosousa
Created December 12, 2013 19:23
Show Gist options
  • Save lucianosousa/7933840 to your computer and use it in GitHub Desktop.
Save lucianosousa/7933840 to your computer and use it in GitHub Desktop.
database.yml example
development:
adapter: postgresql
encoding: unicode
database: brtrax_development
pool: 5
username: luciano
password:
host: localhost
test:
adapter: postgresql
encoding: unicode
database: brtrax_test
pool: 5
username: luciano
password:
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment