Skip to content

Instantly share code, notes, and snippets.

@dodeja
Created September 12, 2013 00:41
Show Gist options
  • Select an option

  • Save dodeja/6531831 to your computer and use it in GitHub Desktop.

Select an option

Save dodeja/6531831 to your computer and use it in GitHub Desktop.
staging:
adapter: postgresql
encoding: unicode
database: livenation-platform_staging
host: localhost
development:
adapter: postgresql
encoding: unicode
database: livenation-platform_development
host: localhost
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test: &test
adapter: postgresql
encoding: unicode
database: livenation-platform_test
host: localhost
cucumber:
<<: *test
jenkins:
<<: *test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment