Skip to content

Instantly share code, notes, and snippets.

@xdougx
Created October 21, 2015 13:06
Show Gist options
  • Save xdougx/de3d5b1ef044af51cbef to your computer and use it in GitHub Desktop.
Save xdougx/de3d5b1ef044af51cbef to your computer and use it in GitHub Desktop.
database example
development:
encoding: utf8
port: 5432
database: development
username: username
password:
host: localhost
---
test:
encoding: utf8
port: 5432
database: test
username: username
password:
host: localhost
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment