Skip to content

Instantly share code, notes, and snippets.

@lorenjohnson
Created June 4, 2012 20:40
Show Gist options
  • Save lorenjohnson/2870744 to your computer and use it in GitHub Desktop.
Save lorenjohnson/2870744 to your computer and use it in GitHub Desktop.
shared: &shared
adapter: mysql2
encoding: utf8
reconnect: false
pool: 5
socket: /tmp/mysql.sock
username: root
password:
development:
database: motista_development
<<: *shared
staging:
database: motista_development
<<: *shared
# 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
database: motista_test
<<: *shared
cucumber:
database: motista_test
<<: *shared
production:
database: motista_development
<<: *shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment