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