36 lines
850 B
YAML
36 lines
850 B
YAML
# To see all available options, please visit the docs:
|
|
# https://docs.pangolin.net/
|
|
|
|
gerbil:
|
|
start_port: 51820
|
|
base_endpoint: "khongisa.co.za"
|
|
|
|
app:
|
|
dashboard_url: "https://khongisa.co.za"
|
|
log_level: "info"
|
|
telemetry:
|
|
anonymous_usage: true
|
|
|
|
domains:
|
|
domain1:
|
|
base_domain: "khongisa.co.za"
|
|
|
|
server:
|
|
secret: "WlCd2hoEWpQgE+XyHBn+xjQ5t/Irh91+i4krsnUgPog="
|
|
cors:
|
|
origins: ["https://khongisa.co.za"]
|
|
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
|
|
|
|
crowdsec:
|
|
enabled: true
|
|
appsec_body_limit: 0
|