feat/insta-agent #3
@@ -3,7 +3,7 @@ import os
|
|||||||
# Service URLs (Docker internal network)
|
# Service URLs (Docker internal network)
|
||||||
STOCK_URL = os.getenv("STOCK_URL", "http://localhost:18500")
|
STOCK_URL = os.getenv("STOCK_URL", "http://localhost:18500")
|
||||||
MUSIC_LAB_URL = os.getenv("MUSIC_LAB_URL", "http://localhost:18600")
|
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")
|
REALESTATE_LAB_URL = os.getenv("REALESTATE_LAB_URL", "http://localhost:18800")
|
||||||
|
|
||||||
# Telegram
|
# Telegram
|
||||||
|
|||||||
Reference in New Issue
Block a user