Skip to content

Commit 6856bed

Browse files
committed
test(search): elastic search uri 변경
1 parent fd51439 commit 6856bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/application-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ default:
7070

7171
elastic:
7272
search:
73-
uri: localhost:9200
73+
uri: ec2-43-201-249-131.ap-northeast-2.compute.amazonaws.com:9200
7474
username: elastic
75-
password: somemore
75+
password: changeme
7676

7777
management:
7878
health:

0 commit comments

Comments
 (0)