You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
318 B
17 lines
318 B
3 years ago
|
; Comments start with ';', as in php.ini
|
||
|
|
||
|
[simplyphp]
|
||
|
master = "100.65.10.33:32001"
|
||
|
slave = "100.65.10.33:32001"
|
||
|
user = "kuaileorder_w"
|
||
|
passwd = "kuaileorder@W1"
|
||
|
user_r = "kuaileorder_r"
|
||
|
passwd_r = "kuaileorder@R"
|
||
|
db = "kuaileorder"
|
||
|
|
||
|
[redis]
|
||
|
host = "r-bp1f50poqod3evevq6.redis.rds.aliyuncs.com"
|
||
|
port = "6379"
|
||
|
db = 13
|
||
|
|