Browse Source

Update application.properties

master
Zhang QiYang 7 months ago
parent
commit
3cc715dd50
  1. 12
      out/production/resources/application.properties

12
out/production/resources/application.properties

@ -68,6 +68,11 @@ db.default.url=jdbc:mysql://139.9.112.197:3308/portal-gateway?useUnicode=true&ch
db.default.user=portal
db.default.password=Sun@qc2023
#设置为true时,输出日志,设置为false时,则不输出日志;
system.operate.log.switch=true
#事件中心地址配置
event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info
#db.company1.name=Company 1
#db.company1.driver=com.mysql.cj.jdbc.Driver
#db.company1.url=jdbc:mysql://localhost:3306/hy_iot_paas2?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
@ -321,13 +326,6 @@ logging.level.com.hypaas=INFO
#application.microcontext=/lowcode-portal-logmanage
#application.gatewaycontext=/lowcode-portal-logmanage
#设置为true时,输出日志,设置为false时,则不输出日志;
system.operate.log.switch=true
#事件中心地址配置
event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info

Loading…
Cancel
Save