From 8a4a8790ca1a322646d9e76ca99eab9edf769465 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 16 May 2026 00:47:12 +0900 Subject: [PATCH] chore(agent-office): swap BLOG_LAB_URL for INSTA_LAB_URL --- agent-office/app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-office/app/config.py b/agent-office/app/config.py index 890d66d..89d2724 100644 --- a/agent-office/app/config.py +++ b/agent-office/app/config.py @@ -3,7 +3,7 @@ import os # Service URLs (Docker internal network) STOCK_URL = os.getenv("STOCK_URL", "http://localhost:18500") MUSIC_LAB_URL = os.getenv("MUSIC_LAB_URL", "http://localhost:18600") -BLOG_LAB_URL = os.getenv("BLOG_LAB_URL", "http://localhost:18700") +INSTA_LAB_URL = os.getenv("INSTA_LAB_URL", "http://localhost:18700") REALESTATE_LAB_URL = os.getenv("REALESTATE_LAB_URL", "http://localhost:18800") # Telegram