mirror of
https://github.com/containous/traefik.git
synced 2025-02-02 09:47:10 +03:00
20 lines
344 B
TOML
20 lines
344 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[entryPoints.traefik]
|
|
address = ":8001"
|
|
|
|
|
|
[api]
|
|
middlewares = ["authentication"]
|
|
|
|
[middlewares]
|
|
[middlewares.authentication.basic-auth]
|
|
users = ["test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/", "test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0"]
|
|
|
|
[ping]
|