change ip

This commit is contained in:
박서은 2025-06-17 15:30:59 +09:00
parent 71cd2ef9cf
commit 378d148032
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ public class ClaudeAiContentGenerator implements AiContentGenerator {
private final WebClient webClient;
@Value("${external.ai-service.base-url:http://20.249.139.88:5001}")
@Value("${external.ai-service.base-url:http://20.249.113.247:5001}")
private String aiServiceBaseUrl;
/**

View File

@ -36,7 +36,7 @@ logging:
com.won.smarketing: ${LOG_LEVEL:DEBUG}
external:
ai-service:
base-url: ${AI_SERVICE_BASE_URL:http://20.249.139.88:5001}
base-url: ${AI_SERVICE_BASE_URL:http://20.249.113.247:5001}
management:
endpoints: