chore: add smtp environment variables to docker compose

This commit is contained in:
Elias Schneider
2022-11-13 23:08:51 +01:00
parent 32eaee4236
commit 2c3760e064
3 changed files with 11 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
# CONFIGURATION
# General
APP_URL=http://localhost:3000
ALLOW_REGISTRATION=true
MAX_FILE_SIZE=5000000000
ALLOW_UNAUTHENTICATED_SHARES=false
# SECURITY
# Security
JWT_SECRET=random-string
# Email configuration
# Email
EMAIL_RECIPIENTS_ENABLED=false
SMTP_HOST=smtp.example.com
SMTP_PORT=587