chore: sync port references and docs to 4000s infra

This commit is contained in:
asepharyana
2026-08-02 16:19:30 +07:00
parent ad7747bfd4
commit 62021397e0
21 changed files with 123 additions and 70 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
process.env.BOT_TOKENS ||= '123456:ABC-DEF,789012:GHI-JKL,345678:MNO-PQR';
process.env.STORAGE_CHANNEL_ID ||= '-1001234567890';
process.env.BASE_URL ||= 'https://example.com';
process.env.DATABASE_URL ||= 'postgresql://user:pass@localhost:5432/test';
process.env.PORT ||= '3000';
process.env.DATABASE_URL ||= 'postgresql://asephs:***@100.121.180.82:6432/test';
process.env.PORT ||= '4000';
process.env.NODE_ENV = 'test';
// Pin the chunk size to the safe 19 MB value UNCONDITIONALLY. Bun auto-loads