|
@@ -18,7 +18,7 @@ spring:
|
|
|
name: revit-algorithm
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driver-class-name: org.postgresql.Driver
|
|
|
- url: jdbc:postgresql://39.102.40.239:5432/datacenter
|
|
|
+ url: jdbc:postgresql://192.168.64.15:5432/datacenterwanda
|
|
|
# url: jdbc:postgresql://192.168.20.250:5432/postgres
|
|
|
# url: jdbc:postgresql://47.94.89.44:5432/datacenter
|
|
|
username: postgres
|
|
@@ -49,7 +49,7 @@ spring:
|
|
|
max-request-size: 90MB # 限制上传的多个文件的总大小
|
|
|
max-file-size: 90MB # 限制单个文件的最大值
|
|
|
activemq:
|
|
|
- broker-url: failover:(tcp://39.102.40.239:61616)
|
|
|
+ broker-url: failover:(tcp://192.168.64.15:61616)
|
|
|
in-memory: true
|
|
|
pool:
|
|
|
enabled: false
|
|
@@ -74,6 +74,7 @@ properties:
|
|
|
#文件服务器配置
|
|
|
fileService:
|
|
|
# 基本属性
|
|
|
+ #url: http://api.sagacloud.cn/dp-auxiliary/image-service/ # http://47.93.33.207:28888/image-service/ #http://adm.sagacloud.cn/image-service/
|
|
|
url: http://47.93.33.207:8888/image-service/
|
|
|
systemId: revit
|
|
|
secret: 63afbef6906c342b
|
|
@@ -98,7 +99,7 @@ properties:
|
|
|
mergeMultipartUpload: ${properties.fileService.url}common/merge_multipart${properties.fileService.suffixWithSecret}&uploadId=
|
|
|
|
|
|
scheduler:
|
|
|
- url: http://39.102.40.239:8080/scheduler/
|
|
|
+ url: http://192.168.64.17:28890/scheduler/
|
|
|
createTask: ${properties.scheduler.url}task/create
|
|
|
queryTask: ${properties.scheduler.url}task/query
|
|
|
queryTaskResult: ${properties.scheduler.url}result/query
|
|
@@ -106,7 +107,7 @@ properties:
|
|
|
|
|
|
|
|
|
datacenter:
|
|
|
- url: http://39.102.40.239:8080/datacenter/
|
|
|
+ url: http://192.168.64.17:28890/datacenter/
|
|
|
# 设备相关接口
|
|
|
equipCreate: ${properties.datacenter.url}object/equip/create
|
|
|
equipDelete: ${properties.datacenter.url}object/equip/delete
|
|
@@ -125,17 +126,18 @@ properties:
|
|
|
# 楼层相关接口
|
|
|
floorQuery: ${properties.datacenter.url}object/floor/query
|
|
|
floorUpdate: ${properties.datacenter.url}object/floor/update
|
|
|
+ floorCreate: ${properties.datacenter.url}object/floor/create
|
|
|
# 绑定楼层接口
|
|
|
floorBind: ${properties.datacenter.url}rel/update/equip-ispace
|
|
|
- # 资产接口
|
|
|
- propertyQuery: ${properties.datacenter.url}object/property/query
|
|
|
- propertyUpdate: ${properties.datacenter.url}object/property/update
|
|
|
+# # 资产接口
|
|
|
+# propertyQuery: ${properties.datacenter.url}object/property/query
|
|
|
+# propertyUpdate: ${properties.datacenter.url}object/property/update
|
|
|
# 同步构件接口
|
|
|
windowCreate: ${properties.datacenter.url}window/create_ignore
|
|
|
vwallCreate: ${properties.datacenter.url}vwall/create_ignore
|
|
|
doorCreate: ${properties.datacenter.url}door/create_ignore
|
|
|
|
|
|
message:
|
|
|
- url: http://39.102.40.239:8080/message-center/
|
|
|
+ url: http://192.168.64.17:28890/message-center/
|
|
|
# 发送消息接口
|
|
|
createPath: ${properties.message.url}message/create
|