Updated container name

This commit is contained in:
kyy
2025-10-30 10:14:12 +09:00
parent 861f01144d
commit ab68542448
3 changed files with 9 additions and 9 deletions

View File

@@ -11,6 +11,6 @@ D6C_PROMPT_PATH = STATIC_DIR / "prompt" / "d6c_test_prompt_eng.txt"
STRUCTURED_SCHEMA_PATH = STATIC_DIR / "structured_schema.json"
# llm_gateway 서비스 Redis 설정
PGN_REDIS_HOST = "llm_gateway_macro_redis"
PGN_REDIS_HOST = "llm_macro_redis"
PGN_REDIS_PORT = 6379
PGN_REDIS_DB = 2