Copied all stacks
This commit is contained in:
35
docker-stacks/khongisa.co.za/config/config.yml
Normal file
35
docker-stacks/khongisa.co.za/config/config.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user