traefik: enable api
All checks were successful
flake check / check (push) Successful in 3m15s
fmt check / check (push) Successful in 40s

This commit is contained in:
notohh 2023-11-11 16:28:21 -05:00
parent 9e84ffc5ee
commit a2bcdcde32
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -209,7 +209,7 @@
staticConfigOptions = {
log.level = "DEBUG";
api.dashboard = true;
api.insecure = false;
api.insecure = true;
global = {
checkNewVersion = false;
sendAnonymousUsage = false;