From c0c5bc69cf2db065006a4843de9caedd5d5aeb31 Mon Sep 17 00:00:00 2001 From: Saroj Singh <saroj.kumarsingh@tarento.com> Date: Fri, 23 Dec 2022 11:25:24 +0530 Subject: [PATCH] revert application.properties --- src/main/resources/application.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dcc76a8..af21aad 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,14 +1,14 @@ server.port=8099 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://159.223.143.139:3306/retail_user -spring.datasource.username=root -spring.datasource.password=Testing@123 +spring.datasource.url=jdbc:mysql://localhost:3306/retail_user +spring.datasource.username=retail_user +spring.datasource.password=ReTail123T #----------------------------- ELASTIC SEARCH CONFIGURATIONS ------------------------------# -services.esindexer.host=159.223.143.139 +services.esindexer.host=elastic.pulz.app services.esindexer.host.name=elastic.pulz.app -services.esindexer.host.port=9200 +services.esindexer.host.port=443 services.esindexer.username=elastic services.esindexer.password=PuAz@itAqwsaR34bYu # INDEX AND DOCUMENT TYPES -- GitLab