Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
baby-monitoring-spring-backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
R24-145
baby-monitoring-spring-backend
Commits
105af820
Commit
105af820
authored
Oct 09, 2024
by
Ishankha K.C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db host change
parent
2bae73c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/main/resources/application.yaml
src/main/resources/application.yaml
+5
-2
No files found.
src/main/resources/application.yaml
View file @
105af820
...
@@ -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:3
3306/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment