From 899c8e730720d9bfbb5454e1b4745ff5306720e6 Mon Sep 17 00:00:00 2001
From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com>
Date: Wed, 2 Aug 2023 16:26:10 +0530
Subject: [PATCH] Update application.properties

---
 src/main/resources/application.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 480ffde..ba08c5b 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
-- 
GitLab