good forst commit

This commit is contained in:
2026-06-09 02:02:40 +05:30
parent 801c1d7121
commit 249d759e6a
215 changed files with 15425 additions and 1240 deletions
+22 -1
View File
@@ -20,4 +20,25 @@ LOG_LEVEL=debug
# WhatsApp
WHATSAPP_SESSION_PATH=./sessions
TOWER_ADMIN_JIDS=
# TOWER Portal (used by worker command-handler to construct onboarding links)
TOWER_PORTAL_BASE_URL=http://localhost:3000
# Auth
BCRYPT_ROUNDS=10
JWT_EXPIRES_IN=7d
MEMBER_JWT_EXPIRES_IN=30d
# Default seed admin (only used in dev)
SEED_ADMIN_EMAIL=admin@tower.local
SEED_ADMIN_PASSWORD=tower_dev_password
# SMTP (optional — leave SMTP_HOST blank to skip email notifications).
# Defaults shown are for Ethereal (https://ethereal.email), a fake SMTP for testing.
# Generate fresh creds at https://ethereal.email/create and paste them below.
SMTP_HOST=smtp.ethereal.email
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=garrett.padberg@ethereal.email
SMTP_PASS=c93RRyQMb9WFysYZ6q
SMTP_FROM=TOWER <noreply@tower.local>