12 lines
343 B
TOML
12 lines
343 B
TOML
|
################################################################
|
||
|
# Global configuration
|
||
|
################################################################
|
||
|
traefikLogsFile = "traefik.log"
|
||
|
accessLogsFile = "access.log"
|
||
|
logLevel = "DEBUG"
|
||
|
checkNewVersion = false
|
||
|
defaultEntryPoints = ["http"]
|
||
|
[entryPoints]
|
||
|
[entryPoints.http]
|
||
|
address = ":8000"
|