mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-01-21 19:16:23 +00:00
Merge branch 'marketing-contents'
This commit is contained in:
commit
1d0f16134b
@ -24,7 +24,7 @@ public class ClaudeAiContentGenerator implements AiContentGenerator {
|
|||||||
|
|
||||||
private final WebClient webClient;
|
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;
|
private String aiServiceBaseUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -36,7 +36,7 @@ logging:
|
|||||||
com.won.smarketing: ${LOG_LEVEL:DEBUG}
|
com.won.smarketing: ${LOG_LEVEL:DEBUG}
|
||||||
external:
|
external:
|
||||||
ai-service:
|
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:
|
management:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user