mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-15 23:17:55 +02:00
update example config files
This commit is contained in:
parent
37fdc4a6a8
commit
93c8236535
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue