mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 13:18:01 +08:00
4 lines
96 B
TOML
4 lines
96 B
TOML
# Redis数据库配置
|
|
[redis]
|
|
default = "127.0.0.1:6379,0"
|
|
cache = "127.0.0.1:6379,1" |