Skip to content

Commit

Permalink
changes for reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
HariharanAnantharaman committed May 25, 2021
1 parent ccb2128 commit ef0edad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reportingservice/src/main/resources/application-container.yml
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://52.170.92.62: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 Down Expand Up @@ -47,8 +47,8 @@ eureka:
ip-address: 127.0.0.1

custom:
dataserviceurl: http://techoapigateway.azure-api.net/read/r/GetData
readingserviceurl: http://techoapigateway.azure-api.net/instance/data
dataserviceurl: http://10.128.0.12/read/r/GetData
readingserviceurl: http://10.128.0.12/instance/data
csvpath: /usr/local
storageconnectionstring: DefaultEndpointsProtocol=https;AccountName=techotiotplatformstorage;AccountKey=XmoKg/Col+yWznyXGG/xkSpIOd+bnqbqgsUE/rdDOuerM1jzakXA6FoOuMGdlHfZICq1jXGPMd/ihepmcJlHwQ==
filesharename: mauritiussmartwtaer
Expand Down
2 changes: 2 additions & 0 deletions reportingservice/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ logging:
com.techolution: DEBUG

spring:
profiles:
active: container
jpa:
show-sql: true
hibernate:
Expand Down

0 comments on commit ef0edad

Please sign in to comment.