Skip to content

Instantly share code, notes, and snippets.

@oleander
Created March 25, 2012 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleander/c748f0b78d35c3298efd to your computer and use it in GitHub Desktop.
Save oleander/c748f0b78d35c3298efd to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
database: water-development
username: linus
host: 127.0.0.1
encoding: utf8
port: 5432
test: &test
adapter: postgresql
database: water-test
username: linus
host: 127.0.0.1
encoding: utf8
port: 5432
production:
adapter: postgresql
database: water-production
username: linus
host: 127.0.0.1
encoding: utf8
port: 5432
cucumber:
<<: *test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment