mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 20:28:17 +08:00
33 lines
477 B
TOML
33 lines
477 B
TOML
|
|
|
|
# redis配置
|
|
[[redis-cache]]
|
|
db = 0
|
|
host = "192.168.0.100"
|
|
port = 6379
|
|
|
|
[[redis-cache]]
|
|
db = 1
|
|
host = "192.168.0.100"
|
|
port = 6379
|
|
|
|
[[redis-disk]]
|
|
db = 0
|
|
host = "192.168.0.100"
|
|
port = 6380
|
|
|
|
[[redis-disk]]
|
|
db = 1
|
|
host = "192.168.0.100"
|
|
port = 6380
|
|
|
|
# memcache配置
|
|
[[memcache]]
|
|
host = "192.168.0.101"
|
|
port = 11211
|
|
expire = 60
|
|
|
|
[[memcache]]
|
|
host = "192.168.0.102"
|
|
port = 11211
|
|
expire = 60 |