31 lines
807 B
YAML
31 lines
807 B
YAML
# To see all available options, please visit the docs:
|
|
# https://docs.pangolin.net/
|
|
|
|
gerbil:
|
|
start_port: 51820
|
|
base_endpoint: "pangolin.akeley.cloud"
|
|
|
|
app:
|
|
dashboard_url: "https://pangolin.akeley.cloud"
|
|
log_level: "info"
|
|
telemetry:
|
|
anonymous_usage: true
|
|
|
|
domains:
|
|
domain1:
|
|
base_domain: "akeley.cloud"
|
|
|
|
server:
|
|
secret: "UHZC9Y7nIQYpdJ3LaNjSH6Ntms38Yv8W"
|
|
cors:
|
|
origins: ["https://pangolin.akeley.cloud"]
|
|
methods: ["GET", "POST", "PUT", "DELETE", "PATCH"]
|
|
allowed_headers: ["X-CSRF-Token", "Content-Type"]
|
|
credentials: false
|
|
maxmind_db_path: "./config/GeoLite2-Country.mmdb"
|
|
|
|
flags:
|
|
require_email_verification: false
|
|
disable_signup_without_invite: true
|
|
disable_user_create_org: false
|
|
allow_raw_resources: true
|