mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
31 lines
732 B
YAML
31 lines
732 B
YAML
# To see all available options, please visit the docs:
|
|
# https://docs.pangolin.net/
|
|
|
|
gerbil:
|
|
start_port: 51820
|
|
base_endpoint: "{{.DashboardDomain}}"
|
|
|
|
app:
|
|
dashboard_url: "https://{{.DashboardDomain}}"
|
|
log_level: "info"
|
|
telemetry:
|
|
anonymous_usage: true
|
|
|
|
domains:
|
|
domain1:
|
|
base_domain: "{{.BaseDomain}}"
|
|
|
|
server:
|
|
secret: "{{.Secret}}"
|
|
cors:
|
|
origins: ["https://{{.DashboardDomain}}"]
|
|
methods: ["GET", "POST", "PUT", "DELETE", "PATCH"]
|
|
allowed_headers: ["X-CSRF-Token", "Content-Type"]
|
|
credentials: false
|
|
|
|
flags:
|
|
require_email_verification: false
|
|
disable_signup_without_invite: true
|
|
disable_user_create_org: false
|
|
allow_raw_resources: true
|