Update manager/src/main/resources/application.yml

配置文件修改
This commit is contained in:
tomsun28
2022-02-19 13:48:35 +00:00
committed by Gitee
parent fcfc9a2aa2
commit 7bc237b7db

View File

@@ -27,9 +27,9 @@ spring:
on-profile: prod
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: wang1027
url: jdbc:mysql://121.40.113.44:3306/hertzbeat?useUnicode=true&characterEncoding=utf-8&useSSL=false
username: admin
password: admin
url: jdbc:mysql://localhost:3306/hertzbeat?useUnicode=true&characterEncoding=utf-8&useSSL=false
platform: mysql
hikari:
max-lifetime: 120000