Skip to content

Commit 1db3a85

Browse files
committed
test url open search
1 parent fad466e commit 1db3a85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/klass-api-build-and-deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: klass-api-build-and-deploy-pr.yml
22
on:
33
workflow_dispatch:
4-
push:
4+
#push:
55

66
jobs:
77
build:

klass-api/src/main/resources/application-remote-open-search.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ klass.env.search.elasticsearch.index=klass
33
klass.env.search.elasticsearch.password=${OPEN_SEARCH_PASSWORD}
44
klass.env.search.elasticsearch.username=${OPEN_SEARCH_USERNAME}
55

6+
spring.elasticsearch.uris=${OPEN_SEARCH_URI}

0 commit comments

Comments
 (0)