chore: update .env.example with Reverb TLS configuration

This commit is contained in:
idevakk
2026-03-05 15:34:39 +05:30
parent 4d8f808d97
commit bfc2662efb
4 changed files with 25 additions and 13 deletions

View File

@@ -73,9 +73,11 @@ EMAIL_BODY_TTL_SECONDS=259200
REVERB_APP_ID=imail-local
REVERB_APP_KEY=imail-local-key
REVERB_APP_SECRET=imail-local-secret
REVERB_HOST=localhost
REVERB_HOST=imail.app
REVERB_PORT=8080
REVERB_SCHEME=http
REVERB_SCHEME=https
REVERB_TLS_CERT="D:/laragon/etc/ssl/laragon.crt"
REVERB_TLS_KEY="D:/laragon/etc/ssl/laragon.key"
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"