Files
gf/os/gres/testdata/example/files/config/config.toml

12 lines
135 B
TOML
Raw Normal View History

2020-03-28 21:32:29 +08:00
[server]
Address = ":8888"
ServerRoot = "public"
[viewer]
DefaultFile = "index.tpl"
Delimiters = ["${", "}"]