Step 1: Install and configure packages (MongoDB, Reverb, Echo)

This commit is contained in:
idevakk
2026-03-05 13:48:08 +05:30
parent e7895cb70c
commit 92b243e3ad
15 changed files with 1593 additions and 5 deletions

View File

@@ -33,9 +33,9 @@ SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
BROADCAST_CONNECTION=reverb
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
QUEUE_CONNECTION=redis
CACHE_STORE=database
# CACHE_PREFIX=
@@ -47,6 +47,9 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MONGODB_URI=mongodb://localhost:27017
MONGODB_DATABASE=imail
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
@@ -64,6 +67,21 @@ AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"
WEBHOOK_SECRET=
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_PORT=8080
REVERB_SCHEME=http
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"
ACTIVITY_LOGGER_ENABLED=true
ACTIVITY_LOGGER_TABLE_NAME=activity_log