From 1642676c953be843bb28e5e235e06db7d5aa3225 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 7 Jun 2025 22:06:14 +0900 Subject: [PATCH] Hotfix #1 --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index e6b22f5..bc7473f 100644 --- a/.env.example +++ b/.env.example @@ -8,3 +8,4 @@ GOOGLE_PLANNER_MODEL=gemini-2.5-flash-preview-05-20 # 선택 PROXY_HOST=127.0.0.1 PROXY_PORT=11080 +BACKEND_URL=http://localhost:11081 \ No newline at end of file