Replaced CLAWDBOT with MOLTBOT in fly.toml

This commit is contained in:
Saket Poswal 2026-01-29 19:12:55 +05:30 committed by GitHub
parent dd1810f071
commit b1238d6c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@ primary_region = "iad" # change to your closest region
[env]
NODE_ENV = "production"
# Fly uses x86, but keep this for consistency
CLAWDBOT_PREFER_PNPM = "1"
CLAWDBOT_STATE_DIR = "/data"
MOLTBOT_PREFER_PNPM = "1"
MOLTBOT_STATE_DIR = "/data"
NODE_OPTIONS = "--max-old-space-size=1536"
[processes]