Skip to content

Commit

Permalink
Add new ElasticSearch properties to sample properties file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcampalani committed Sep 5, 2023
1 parent a88e7dd commit b8559ed
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/test/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,16 @@ spring.security.filter.order=5

spring.jackson.serialization.write-dates-as-timestamps=false

co.elasticsearch.endpoint=http://10.8.244.194:9200
co.elasticsearch.endpoint=
co.elasticsearch.service.username=
co.elasticsearch.service.password=
co.elasticsearch.service.index.name=
co.elasticsearch.service.name=openeo
co.elasticsearch.service.node.name=alex_dev
co.elasticsearch.service.node.name=
co.elasticsearch.service.truststore.password=
co.elasticsearch.service.truststore.path=
co.elasticsearch.service.keystore.password=
co.elasticsearch.service.keystore.path=

# !! must coincide with TMP_FOLDER_PATH of openEO ODC driver:
org.openeo.tmp.dir=/tmp/openeo/
Expand Down

0 comments on commit b8559ed

Please sign in to comment.