database_mysql.yml revision a389e88e0acb83d8489bdc5e55bc5522b152bbec
default: &default
adapter: mysql # or mysql2
username: root
# password:
# host: localhost # Optional
# port: 5432 # Optional
pool: 10
development:
<<: *default
database: hets_development
# 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:
<<: *default
database: hets_test
production:
<<: *default
database: hets