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