13 lines
124 B
TOML
13 lines
124 B
TOML
[App]
|
|
Mode = "debug"
|
|
|
|
[Http]
|
|
Static = "./dist"
|
|
Https = false
|
|
HttpsCert = ""
|
|
HttpKey = ""
|
|
Port = 8088
|
|
|
|
[Log]
|
|
Level = "debug"
|