mirror of
https://gitee.com/johng/gf.git
synced 2024-12-01 11:48:09 +08:00
12 lines
223 B
TOML
12 lines
223 B
TOML
|
|
[database]
|
|
debug = true
|
|
link = "mysql:root:12345678@tcp(127.0.0.1:3306)/test"
|
|
|
|
[redis]
|
|
default = "127.0.0.1:6379,0"
|
|
cache = "127.0.0.1:6379,1"
|
|
|
|
[viewer]
|
|
delimiters = ["${", "}"]
|
|
autoencode = true |