25 lines
471 B
TOML
25 lines
471 B
TOML
################################################################
|
|
# Global configuration
|
|
################################################################
|
|
[log]
|
|
logLevel = "DEBUG"
|
|
filePath = "traefik.log"
|
|
|
|
[global]
|
|
checkNewVersion = false
|
|
|
|
[accessLog]
|
|
filePath = "access.log"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
dashboard = false
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
domain = "docker.local"
|
|
watch = true
|