guix-configs/excellon/pangolin/config.yml

34 lines
826 B
YAML
Raw Normal View History

# To see all available options, please visit the docs:
# https://docs.pangolin.net/
gerbil:
start_port: 51820
base_endpoint: "pangolin.akeley.tech"
app:
dashboard_url: "https://pangolin.akeley.tech"
log_level: "info"
telemetry:
anonymous_usage: true
domains:
domain1:
base_domain: "akeley.tech"
cert_resolver: "letsencrypt"
prefer_wildcard_cert: true
server:
secret: "AOUhb0auR2dxUzsYFoIK8n0JtTDshQSh"
cors:
origins: ["https://pangolin.akeley.tech"]
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