11 lines
149 B
TOML
11 lines
149 B
TOML
|
defaultEntryPoints = ["http"]
|
||
|
|
||
|
logLevel = "DEBUG"
|
||
|
|
||
|
[entryPoints]
|
||
|
[entryPoints.http]
|
||
|
address = ":8000"
|
||
|
|
||
|
[file]
|
||
|
directory = "fixtures/file/dir/"
|