traefik: enable api
All checks were successful
flake check / check (push) Successful in 3m15s
fmt check / check (push) Successful in 40s
All checks were successful
flake check / check (push) Successful in 3m15s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
9e84ffc5ee
commit
a2bcdcde32
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
||||||
staticConfigOptions = {
|
staticConfigOptions = {
|
||||||
log.level = "DEBUG";
|
log.level = "DEBUG";
|
||||||
api.dashboard = true;
|
api.dashboard = true;
|
||||||
api.insecure = false;
|
api.insecure = true;
|
||||||
global = {
|
global = {
|
||||||
checkNewVersion = false;
|
checkNewVersion = false;
|
||||||
sendAnonymousUsage = false;
|
sendAnonymousUsage = false;
|
||||||
|
|
Loading…
Reference in a new issue