traefik: enable api
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…
Add table
Add a link
Reference in a new issue