mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
12 lines
135 B
TOML
12 lines
135 B
TOML
|
|
[server]
|
|
Address = ":8888"
|
|
ServerRoot = "public"
|
|
|
|
[viewer]
|
|
DefaultFile = "index.tpl"
|
|
Delimiters = ["${", "}"]
|
|
|
|
|
|
|