9 lines
114 B
TOML
9 lines
114 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[file]
|