Peter Kurfer
0ac1d722a3
All checks were successful
continuous-integration/drone/push Build is passing
21 lines
442 B
Bash
21 lines
442 B
Bash
HOST_DOMAIN=fider.icb4dc0.de
|
|
LOG_SQL="false"
|
|
LOG_STRUCTURED="true"
|
|
LOG_LEVEL="DEBUG"
|
|
|
|
# Metrics
|
|
METRICS_ENABLED=true
|
|
METRICS_PORT=4000
|
|
|
|
HOST_MODE=multi
|
|
|
|
# SMTP setup
|
|
EMAIL_SMTP_HOST=smtp.gmail.com
|
|
EMAIL_SMTP_PORT="587"
|
|
EMAIL_SMTP_ENABLE_STARTTLS='true'
|
|
|
|
# Blog storage
|
|
BLOB_STORAGE=s3
|
|
BLOB_STORAGE_S3_REGION=us-east-1
|
|
BLOB_STORAGE_S3_ENDPOINT_URL=https://2df513adaee2eeae12106af900bed297.r2.cloudflarestorage.com
|
|
BLOB_STORAGE_S3_BUCKET=fider
|