Commit 5fb70e1c authored by zhuangzhuang's avatar zhuangzhuang

修改挂卸载的配置

parent 24bb00e7
...@@ -5,8 +5,8 @@ spring.datasource.password=Witcloud37774020 ...@@ -5,8 +5,8 @@ spring.datasource.password=Witcloud37774020
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.driver-class-name=com.mysql.jdbc.Driver
tdl.core.add =http://logistics-core:8079/witium/addMount tdl.core.add =http://warehouse-herocore:8079/witium/addMount
tdl.core.delete =http://logistics-core:8079/witium/delMount tdl.core.delete =http://warehouse-herocore:8079/witium/delMount
tdl.redis.host = warehouse-redis tdl.redis.host = warehouse-redis
...@@ -16,6 +16,8 @@ server.port=8092 ...@@ -16,6 +16,8 @@ server.port=8092
# InfluxDB # InfluxDB
spring.influxdb.url=https://ts-bp1q738i505oj79t7.influxdata.tsdb.aliyuncs.com:8086 spring.influxdb.url=https://ts-bp1q738i505oj79t7.influxdata.tsdb.aliyuncs.com:8086
spring.influxdb.username=witcloud
spring.influxdb.password=Witcloud37774020
spring.influxdb.database=logistics spring.influxdb.database=logistics
tdl.mqtt.url = ssl://47.96.128.181 tdl.mqtt.url = ssl://47.96.128.181
......
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tdlcloud?useUnicode=true&characterEncoding=utf-8&useSSL=false spring.datasource.url=jdbc:mysql://rm-bp12687cq31d42453so.mysql.rds.aliyuncs.com:3306/tdlcloud?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username=root spring.datasource.username=witcloud
spring.datasource.password=root spring.datasource.password=Witcloud37774020
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.driver-class-name=com.mysql.jdbc.Driver
...@@ -51,10 +51,10 @@ tdl.mqtt.clientpwd = ...@@ -51,10 +51,10 @@ tdl.mqtt.clientpwd =
# InfluxDB # InfluxDB
spring.influxdb.username=witcloud spring.influxdb.username=admin
spring.influxdb.password=Witcloud37774020 spring.influxdb.password=37774020
spring.influxdb.url=https://ts-bp1q738i505oj79t7.influxdata.rds.aliyuncs.com:3242 spring.influxdb.url=http://47.97.184.225:8086
spring.influxdb.database=logistics spring.influxdb.database=original
spring.influxdb.retentionPolicy = tdl_policy spring.influxdb.retentionPolicy = tdl_policy
spring.influxdb.connent-timeout=10 spring.influxdb.connent-timeout=10
spring.influxdb.read-timeout=30 spring.influxdb.read-timeout=30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment