36 lines
860 B
Plaintext
36 lines
860 B
Plaintext
# Core Settings
|
|
TYPE=revoltchat
|
|
DOMAIN=revoltchat.example.com
|
|
LETS_ENCRYPT_ENV=production
|
|
HOSTNAME=https://${DOMAIN}
|
|
REVOLT_PUBLIC_URL=https://${DOMAIN}/api
|
|
|
|
# Secrets
|
|
SECRET_FILE_ENCRYPT_TOKEN_VERSION=v1
|
|
SECRET_PUBLIC_KEY_VERSION=v1
|
|
SECRET_PRIVATE_KEY_VERSION=v1
|
|
SECRET_RABBIT_PASSWORD_VERSION=v1
|
|
SECRET_SMTP_PASSWORD_VERSION=v1
|
|
|
|
# Registration Settings
|
|
INVITE_ONLY_ENABLED=false
|
|
|
|
# Email Verification
|
|
EMAIL_VERIFICATION_ENABLED=false
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_USERNAME=username
|
|
SMTP_FROM_ADDRESS=noreply@example.com
|
|
SMTP_REPLY_TO=support@example.com
|
|
SMTP_PORT=587
|
|
SMTP_USE_TLS=true
|
|
|
|
# Security
|
|
SECURITY_CAPTCHA_ENABLED=false
|
|
SECURITY_CLAMV_HOST=clamav
|
|
|
|
# Notifications
|
|
NOTIFICATIONS_WEBOOKS_ENABLED=true
|
|
NOTIFICATIONS_MASS_MENTIONS_PUSH_NOTIF=true
|
|
NOTIFICATIONS_MASS_MENTIONS_ENABLED=true
|
|
NOTIFICATIONS_FCM_ENABLED=false
|
|
NOTIFICATIONS_APN_ENABLED=false |