mirror of
https://gitee.com/johng/gf
synced 2026-07-04 13:02:36 +08:00
Update annotation for redis.toml (#3282)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# 模板引擎目录
|
||||
# Template directory
|
||||
viewpath = "/home/www/templates/"
|
||||
test = "v=3"
|
||||
# MySQL数据库配置
|
||||
# MySQL config
|
||||
[database]
|
||||
[[database.default]]
|
||||
host = "127.0.0.1"
|
||||
@ -25,7 +25,7 @@ test = "v=3"
|
||||
role = "master"
|
||||
charset = "utf8"
|
||||
priority = "1"
|
||||
# Redis数据库配置
|
||||
# Redis config
|
||||
[redis]
|
||||
[redis.default]
|
||||
address = "127.0.0.1:6379"
|
||||
|
||||
Reference in New Issue
Block a user