update example config files

This commit is contained in:
miloschwartz 2025-03-03 17:08:38 -05:00
parent 37fdc4a6a8
commit 93c8236535
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# To see all available options, please visit the docs:
# https://docs.fossorial.io/Pangolin/Configuration/config
app: app:
dashboard_url: "http://localhost:3002" dashboard_url: "http://localhost:3002"
log_level: "info" log_level: "info"

View file

@ -1,3 +1,6 @@
# To see all available options, please visit the docs:
# https://docs.fossorial.io/Pangolin/Configuration/config
app: app:
dashboard_url: "https://{{.DashboardDomain}}" dashboard_url: "https://{{.DashboardDomain}}"
log_level: "info" log_level: "info"
@ -26,7 +29,6 @@ traefik:
cert_resolver: "letsencrypt" cert_resolver: "letsencrypt"
http_entrypoint: "web" http_entrypoint: "web"
https_entrypoint: "websecure" https_entrypoint: "websecure"
prefer_wildcard_cert: false
gerbil: gerbil:
start_port: 51820 start_port: 51820