Skip to content
Snippets Groups Projects
Commit 78d02a13 authored by OZGCloud's avatar OZGCloud
Browse files

elasticsearcu password und use rhinzugefügt

parent 28d49342
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ This properties must be configured to run the application
| --- | ----- | -------- | --------- | ----------- |
| quarkus.elasticsearch.hosts | host1.local,host2.local | none | yes | List of elasticsearch hosts |
| quarkus.elasticsearch.protocol | https | none | yes | Protocol used, http or https |
| quarkus.elasticsearch.username | elastic | none | yes | Username for the elastic search server |
| quarkus.elasticsearch.passowrd | password | none | yes | Password of the user for the elastic search server |
| quarkus.oidc-client.auth-server-url | https://sso.pvog.service | none | yes | Address of the PVOG SSO |
| quarkus.oidc-client.client-id | kop | none | yes | Id of the PVOG SSO client |
| quarkus.oidc-client.credentials.secret | secret | none | yes | The secret of the PVOG SSO client |
......
......@@ -23,4 +23,4 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
target/kop-zufi-pvog-0.2.0-SNAPSHOT-runner -Dquarkus.oidc-client.auth-server-url=https://private.demo.pvog.cloud-bdc.dataport.de/auth/realms/pvog -Dquarkus.oidc-client.client-id=kop -Dquarkus.oidc-client.credentials.secret=WDYM1R9AxkJNnJLQ02kZKeoq326RAdt0 -Dquarkus.rest-client.kop.url=https://public.demo.pvog.cloud-bdc.dataport.de/bereitstelldienst/api -Dkop.zufi.land.code=01%
target/kop-zufi-pvog-0.2.0-SNAPSHOT-runner -Dquarkus.oidc-client.auth-server-url=https://private.demo.pvog.cloud-bdc.dataport.de/auth/realms/pvog -Dquarkus.oidc-client.client-id=kop -Dquarkus.oidc-client.credentials.secret=WDYM1R9AxkJNnJLQ02kZKeoq326RAdt0 -Dquarkus.rest-client.kop.url=https://public.demo.pvog.cloud-bdc.dataport.de/bereitstelldienst/api -Dkop.zufi.land.code=01% -Dquarkus.elasticsearch.hosts=localhost:9200 -Dquarkus.elasticsearch.protocol=http -Dquarkus.elasticsearch.username=elastic -Dquarkus.elasticsearch.password=password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment