Skip to content

Commit

Permalink
CHanges for notification service
Browse files Browse the repository at this point in the history
  • Loading branch information
HariharanAnantharaman committed May 25, 2021
1 parent 3349727 commit 04b8be0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spring:
hibernate:
dialect: org.hibernate.dialect.MySQL5Dialect
datasource:
url: jdbc:mysql://localhost:3306/mauritius_smartwater
url: jdbc:mysql://10.128.0.12:3306/mauritius_smartwater?&useSSL=false
username: admin
password: admin123
driver-class-name: com.mysql.jdbc.Driver
Expand All @@ -33,7 +33,7 @@ spring:
repositories:
enabled: true
redis:
host: localhost
host: 10.128.0.12
port: 32768
timeout:
seconds: 3600
Expand Down

0 comments on commit 04b8be0

Please sign in to comment.