b54c956c5e
Co-authored-by: Julien Salleyron <julien@containo.us>
21 lines
366 B
TOML
21 lines
366 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[entryPoints.traefik]
|
|
address = ":8001"
|
|
|
|
|
|
[api]
|
|
middlewares = ["file.authentication"]
|
|
|
|
[ping]
|
|
|
|
[providers.file]
|
|
|
|
[middlewares]
|
|
[middlewares.authentication.basicauth]
|
|
users = ["test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/", "test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0"]
|