Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created May 9, 2012 18:54
Show Gist options
  • Save retorquere/2647960 to your computer and use it in GitHub Desktop.
Save retorquere/2647960 to your computer and use it in GitHub Desktop.
production:
adapter: mysql
database: redmine
host: localhost
username: redmine
password: somepass
encoding: utf8
development:
adapter: mysql
database: redmine
host: localhost
username: redmine
password: somepass
encoding: utf8
# 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.
cucumber:
adapter: mysql
database: redmine
host: localhost
username: redmine
password: somepass
encoding: utf8
test:
adapter: mysql
database: redmine
host: localhost
username: redmine
password: somepass
encoding: utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment