mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-15 23:30:17 +02:00
17 lines
336 B
YAML
17 lines
336 B
YAML
app:
|
|
region: "region1"
|
|
identity_provider_mode: "org"
|
|
redis:
|
|
host: "<REDIS_INTERNAL_HOST>"
|
|
port: 6379
|
|
flags:
|
|
enable_redis: true
|
|
use_pangolin_dns: true
|
|
acme:
|
|
cert_mode: "pangolin"
|
|
dns:
|
|
enabled: true
|
|
nameserver_name: "ns.example.com"
|
|
cname_extension: "cname.example.com"
|
|
site_extension: "site.example.com" # Optional
|