From 1f52ebd701740fd44961fe3f346df77d43155b4b Mon Sep 17 00:00:00 2001 From: Saket Poswal <30400178+YoByron@users.noreply.github.com> Date: Thu, 29 Jan 2026 19:21:47 +0530 Subject: [PATCH] Replace CLAWDBOT with MOLTBOT in environment variables --- fly.private.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.private.toml b/fly.private.toml index 1c5e99b13..97bc41e6b 100644 --- a/fly.private.toml +++ b/fly.private.toml @@ -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]