chore: 발굴 지역 인라인 기본값도 KR로 통일
application.yml(KR)이 이미 우선 적용되나, @Value 인라인 fallback이 KR,JP,US로 남아 혼동을 줘 KR로 맞춤. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bff39bb08b
commit
ab49e30a76
@ -33,7 +33,7 @@ public class ChannelDiscoveryService {
|
||||
private final ChannelRepository channelRepository;
|
||||
private final RecommendedChannelRepository recommendedChannelRepository;
|
||||
|
||||
@Value("${hlab.discovery.regions:KR,JP,US}")
|
||||
@Value("${hlab.discovery.regions:KR}")
|
||||
private String regionsCsv;
|
||||
@Value("${hlab.discovery.keywords:}")
|
||||
private String keywordsCsv;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user