capsul/.env.sample

48 lines
1.2 KiB
Plaintext

TYPE=capsul
DOMAIN=capsul.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.capsul.example.com`'
LETS_ENCRYPT_ENV=production
HUB_MODEL="capsul-flask"
# INFO, DEBUG, etc.
LOG_LEVEL="INFO"
#ADMIN_EMAIL_ADDRESSES=""
#ADMIN_PANEL_ALLOW_EMAIL_ADDRESSES="admin@example.com"
SPOKE_MODEL="mock"
# Spoke mode, comment above line and uncomment these:
#SPOKE_MODEL="shell-scripts"
#COMPOSE_FILE="compose.yml:compose.spoke.yml"
#SECRET_SPOKE_HOST_TOKEN_VERSION=v1 # length=64
# Stripe payments, uncomment / merge these lines
#COMPOSE_FILE="compose.yml:compose.stripe.yml"
#STRIPE_PUBLISHABLE_KEY="changeme"
#SECRET_STRIPE_SECRET_KEY_VERSION=v1
# Bitcoin payments with BTCPay; uncomment / merge these lines
#COMPOSE_FILE="compose.yml:compose.btcpay.yml"
#BTCPAY_URL="https://..."
#BTCPAY_URL="https://btcpay.example.com"
#SECRET_BTCPAY_PRIVATE_KEY_VERSION=v1
# Email
#MAIL_SERVER=""
#MAIL_PORT="465"
#MAIL_USE_TLS="yes"
#MAIL_USE_SSL="yes"
#MAIL_USERNAME=""
#MAIL_DEFAULT_SENDER="capsul@example.com"
# If your SMTP server requires a password, uncomment/merge these two lines
#COMPOSE_FILE="compose.yml:compose.spoke.yml"
#SECRET_SMTP_PASSWORD_VERSION=v1
#PROMETHEUS_URL="https://prometheus.example.com"
SECRET_HUB_TOKEN_VERSION=v1 # length=64