Unverified Commit 899c8e73 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Update application.properties

Showing with 4 additions and 4 deletions
+4 -4
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment