- Local dev WEB_PORT now 9000 to match the planned dev/staging domain test.04080616.xyz. Production deployment uses port 8100 mapped to rexwa.04080616.xyz (configured in plan 4). - apps/bot/tsconfig.json: exclude src/**/*.test.ts from the production build (vitest types only present at dev time, mirrors the same fix we made earlier for packages/shared).
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
DATABASE_URL=postgres://waBot:cJe3SGjHHAitNBE4@192.168.0.210:5432/wabot
|
|
DATA_DIR=/data
|
|
SESSIONS_DIR=/data/sessions
|
|
MEDIA_DIR=/data/media
|
|
BOT_HEALTH_PORT=8081
|
|
BOT_LOG_LEVEL=debug
|
|
SEED_OPERATOR_TELEGRAM_ID=818380985
|
|
SEED_OPERATOR_NAME="yiekheng (dev)"
|
|
WEB_PORT=9000
|
|
AUTH_SECRET=86f656580a58f03b6ccb43d257e0e801ecd5356e042e8886b3c7c569e29ff13c
|