Skip to content

Commit

Permalink
Merge pull request #372 from daedongbread/345-feature-opensearch-도입-및…
Browse files Browse the repository at this point in the history
…-데이터-처리-프로그램-구현

feat: OpenSearch test scheduler profile 수정
  • Loading branch information
chris910512 authored Nov 24, 2023
2 parents 6bc4999 + bd420d5 commit 01a900b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@Slf4j
@Component
@Profile("!prod")
@Profile({"default", "local", "stage"})
@RequiredArgsConstructor
public class OpenSearchLoadTestScheduler {

Expand Down

0 comments on commit 01a900b

Please sign in to comment.