Blame view

yohobuy/m.yohobuy.com/configs/core/db.testing.config.ini 206 Bytes
hf authored
1 2 3 4 5 6 7
[mysql]
charset = UTF8
persistent = FALSE
collation = utf8_unicode_ci
timeout = 3

[database]
8 9 10 11
yhb_test.username = test
yhb_test.passwd = 123456
yhb_test.write = 127.0.0.1:5511
yhb_test.read = 127.0.0.1:5511