14 lines
213 B
TOML
14 lines
213 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
|
|
[providers]
|
|
[providers.file]
|
|
directory = "fixtures/file/dir/"
|