Commit 105af820 authored by Ishankha K.C's avatar Ishankha K.C

db host change

parent 2bae73c7
...@@ -6,9 +6,9 @@ spring: ...@@ -6,9 +6,9 @@ spring:
name: user name: user
password: password password: password
datasource: datasource:
url: jdbc:mysql://localhost:3306/baby_care_db?useSSL=false&serverTimezone=UTC url: jdbc:mysql://124.43.79.107:33306/baby_care_db?useSSL=false&serverTimezone=UTC
username: root username: root
password: root password: password
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
jpa: jpa:
hibernate: hibernate:
...@@ -28,3 +28,6 @@ server: ...@@ -28,3 +28,6 @@ server:
port: 8080 port: 8080
servlet: servlet:
context-path: /api/v1/baby-care context-path: /api/v1/baby-care
#old-db-pass: root
Markdown is supported
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