Replace CLAWDBOT with MOLTBOT in environment variables

This commit is contained in:
Saket Poswal 2026-01-29 19:21:47 +05:30 committed by GitHub
parent dac52aec25
commit 1f52ebd701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ primary_region = "iad" # change to your closest region
[env]
NODE_ENV = "production"
CLAWDBOT_PREFER_PNPM = "1"
CLAWDBOT_STATE_DIR = "/data"
MOLTBOT_PREFER_PNPM = "1"
MOLTBOT_STATE_DIR = "/data"
NODE_OPTIONS = "--max-old-space-size=1536"
[processes]