update traefik_config example and remove quotes around smtp_port

This commit is contained in:
Milo Schwartz
2025-01-30 17:15:07 -05:00
parent 5de6028136
commit cb1ccbe945
2 changed files with 2 additions and 8 deletions

View File

@@ -4,13 +4,7 @@ api:
providers:
http:
endpoint: "http://pangolin:3001/api/v1/traefik-config/http"
pollInterval: "5s"
udp:
endpoint: "http://pangolin:3001/api/v1/traefik-config/udp"
pollInterval: "5s"
tcp:
endpoint: "http://pangolin:3001/api/v1/traefik-config/tcp"
endpoint: "http://pangolin:{{.INTERNAL_PORT}}/api/v1/traefik-config"
pollInterval: "5s"
file:
filename: "/etc/traefik/dynamic_config.yml"