32 lines
723 B
Plaintext
32 lines
723 B
Plaintext
TYPE=baserow
|
|
|
|
DOMAIN=baserow.example.com
|
|
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.baserow.example.com`'
|
|
|
|
## Automatically use subdomains under following domain (anything.example.com)
|
|
#WILDCARD_DOMAIN='example.com'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
## For low-resource machines (<2GB ram)
|
|
# BASEROW_AMOUNT_OF_GUNICORN_WORKERS=1
|
|
# BASEROW_AMOUNT_OF_WORKERS=1
|
|
# BASEROW_RUN_MINIMAL=yes
|
|
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml"
|
|
# FROM_EMAIL="No Reply <noreply@example.com>"
|
|
# EMAIL_SMTP_USE_TLS=true
|
|
# EMAIL_SMTP_HOST=mail.exampl.com
|
|
# EMAIL_SMTP_PORT=497
|
|
# EMAIL_SMTP_USER=noreply@example.com
|
|
# SECRET_EMAIL_SMTP_PASSWORD_VERSION=v1
|
|
#
|
|
|
|
SECRET_SECRET_KEY_VERSION=v1
|
|
SECRET_JWT_KEY_VERSION=v1
|
|
|