mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
14 lines
345 B
TOML
14 lines
345 B
TOML
################################################################
|
|
# Global configuration
|
|
################################################################
|
|
traefikLogsFile = "traefik.log"
|
|
accessLogsFile = "access.log"
|
|
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http"]
|
|
|
|
checkNewVersion = false
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|