Files
wajs-server/.env.example
bipproduction 22df479133 tambahannya
2025-10-22 12:09:53 +08:00

12 lines
288 B
Plaintext

DATABASE_URL="postgresql://user:pwd@localhost:5432/wajs?schema=public"
JWT_SECRET=super_sangat_rahasia_sekali
BUN_PUBLIC_BASE_URL=http://localhost:3000
PORT=3000
WWEBJS_AUTH=./.wwebjs_auth
WWEBJS_CACHE=./.wwebjs_cache
WA_TOKEN=
WA_APP_SECRET=
WA_PHONE_NUMBER_ID=
APP_LOGS_PATH="./.logs"