Skip to content
Snippets Groups Projects
Commit 1d2df860 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3930 update elasticsearch configuration

parent 3e7623d8
Branches
Tags
No related merge requests found
...@@ -132,7 +132,12 @@ ...@@ -132,7 +132,12 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId> <artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency> </dependency>
<dependency>
<!-- TODO: Remove when updated to spring boot 3 (currently used 1.1.6) -->
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
</dependency>
<!--only required for NachrichtenManager --> <!--only required for NachrichtenManager -->
<dependency> <dependency>
......
...@@ -42,4 +42,7 @@ class SearchProperties { ...@@ -42,4 +42,7 @@ class SearchProperties {
private String index; private String index;
private Resource ca; private Resource ca;
private String address;
private String username;
private String password;
} }
...@@ -56,6 +56,9 @@ kop: ...@@ -56,6 +56,9 @@ kop:
elasticsearch: elasticsearch:
initEnabled: true initEnabled: true
index: test-index index: test-index
address: localhost:9200
username: elastic
password: password
notification: notification:
mail-from: ea@ozg-sh.de mail-from: ea@ozg-sh.de
usermanager: usermanager:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment