refactor: python ai api 호출 주소 변경

This commit is contained in:
yuhalog
2025-06-19 09:53:12 +09:00
parent 53a18a6eb8
commit 7537f862e9
4 changed files with 35 additions and 7 deletions
@@ -26,10 +26,10 @@ spring:
external:
store-service:
base-url: ${STORE_SERVICE_URL:http://localhost:8082}
base-url: ${STORE_SERVICE_URL:http://smarketing.20.249.184.228.nip.io}
timeout: ${STORE_SERVICE_TIMEOUT:5000}
python-ai-service:
base-url: ${PYTHON_AI_SERVICE_URL:http://localhost:5001}
base-url: ${PYTHON_AI_SERVICE_URL:http://20.249.113.247:5001}
api-key: ${PYTHON_AI_API_KEY:dummy-key}
timeout: ${PYTHON_AI_TIMEOUT:30000}