19 lines
344 B
TOML
19 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]
|