Skip to content

Instantly share code, notes, and snippets.

@koseki
Created December 16, 2008 12:13
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 koseki/36435 to your computer and use it in GitHub Desktop.
Save koseki/36435 to your computer and use it in GitHub Desktop.
# database.yml for test
development:
adapter: mysql
encoding: utf8
database: deleteme_development
pool: 5
username: root
password:
host: localhost
test:
adapter: mysql
encoding: utf8
database: deleteme_test
pool: 5
username: root
password:
host: localhost
production:
adapter: mysql
encoding: utf8
database: deleteme_production
pool: 5
username: root
password:
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment