Commit b8dd6ac9 authored by Ishankha K.C's avatar Ishankha K.C

Merge branch 'feature/chamode_dev' into 'master'

db host change

See merge request !4
parents b33c3d2f 105af820
......@@ -6,9 +6,9 @@ spring:
name: user
password: password
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
password: root
password: password
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
......@@ -28,3 +28,6 @@ server:
port: 8080
servlet:
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