Skip to content

Instantly share code, notes, and snippets.

Created January 19, 2010 07:32
Show Gist options
  • Save anonymous/280746 to your computer and use it in GitHub Desktop.
Save anonymous/280746 to your computer and use it in GitHub Desktop.
development:
adapter: mysql
encoding: ut f8
database: exchange_development
username: root
password:
socket: /var/run/mysqld/mysqld.sock
pool: 5
timeout: 5000
# 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:
adapter: mysql
encoding:ut f8
database: exchange_test
username: root
password:
socket: /var/run/mysql.sock
pool: 5
timeout: 5000
production:
adapter: mysql
encoding: ut f8
database: exchange_production
username: root
password:
socket: /var/run/mysqld/mysqld.sock
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment