Commit 9902f595 authored by 神楽坂玲奈's avatar 神楽坂玲奈

mycard

parent dd4e8c97
# MySQL. Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
# gem install mysql2
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql
reconnect: false
database: reliz
pool: 5
username: zh99998
password: zh99998
host: lab.66rpg.com
port: 3309
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.
test:
adapter: mysql2
encoding: utf8
reconnect: false
database: Reliz_test
pool: 5
username: zh99998-test
password: zh99998
host: localhost
production:
adapter: mysql2
encoding: utf8
reconnect: false
database: Reliz_production
pool: 5
username: zh99998-test
password: zh99998
host: localhost
This diff is collapsed.
2852
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment