Skip to content

Commit

Permalink
Resync README file and current application properties template.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcampalani committed Sep 11, 2023
1 parent 8572a9d commit de3f843
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ org.openeo.file.expiry=1
org.openeo.querycollectionsonstartup=true
org.openeo.parallelizedHarvest=true
org.openeo.oidc.configuration.endpoint=https://my_keycloak.url/auth/realms/openeo/
org.openeo.oidc.providers.list=classpath:oidc_providers.json
org.openeo.wcps.endpoint=http://my_wcps_server:8080
org.openeo.wcps.endpoint.version=2.0.1
org.openeo.wcps.provider.name=My Company
Expand Down
22 changes: 10 additions & 12 deletions src/test/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,24 @@ spring.datasource.initialization-mode

server.ssl.key-store-type=PKCS12
server.ssl.key-store=classpath:keystore.p12
server.ssl.key-store-password=spring85
server.ssl.key-store-password=mypwd
server.ssl.key-alias=myalias
#server.ssl.trust-store=classpath:keystore.p12
#server.ssl.trust-store-password=changeit

security.require-ssl=true
spring.security.filter.order=5

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

co.elasticsearch.endpoint=
co.elasticsearch.service.username=
co.elasticsearch.service.password=
co.elasticsearch.service.index.name=
co.elasticsearch.endpoint=https://my_elastic:9200
co.elasticsearch.service.name=openeo
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=
co.elasticsearch.service.node.name=elk_node_hostname
co.elasticsearch.service.index.name=es_index_name
co.elasticsearch.service.truststore.password=my_password
co.elasticsearch.service.truststore.path=/path/to/elastic-certificates.p12
co.elasticsearch.service.keystore.password=my_password
co.elasticsearch.service.keystore.path=/path/to/http.p12
co.elasticsearch.service.username=elastic_uname
co.elasticsearch.service.password=my_password

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

0 comments on commit de3f843

Please sign in to comment.