diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 480ffde6f8153626d70fda41f65bff22744c3fe3..ba08c5bc3ccdf374e20b4301a5ec3ada42baa471 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,9 +5,9 @@ spring.main.allow-bean-definition-overriding=true spring.http.multipart.max-file-size=10MB spring.http.multipart.max-request-size=10MB -spring.datasource.url=jdbc:postgresql://localhost:5432/aurora_desk?currentSchema=aurora -spring.datasource.username=juhi -spring.datasource.password=juhiagl8 +spring.datasource.url=jdbc:postgresql://localhost:5432/grievance_desk +spring.datasource.username=postgres +spring.datasource.password= spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=none spring.datasource.initialization-mode=always @@ -19,7 +19,7 @@ services.esindexer.host=es.rain.idc.tarento.com services.esindexer.host.name=http://es.rain.idc.tarento.com/ services.esindexer.host.port=9200 services.esindexer.username=elastic -services.esindexer.password=Elastic123 +services.esindexer.password= es.templates.index.name=tkt_templates es.templates.document.type=tkt_templates elasticsearch.url=elasticsearch-dev.idc.tarento.com