|
@@ -1,13 +1,13 @@
|
|
server:
|
|
server:
|
|
- port: 10180
|
|
|
|
|
|
+ port: 8083
|
|
spring:
|
|
spring:
|
|
application:
|
|
application:
|
|
name: hsayi_docsecurity_api
|
|
name: hsayi_docsecurity_api
|
|
datasource:
|
|
datasource:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
- url: jdbc:mysql://221.224.53.27:3306/hsay_dev?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.1.202:3306/safe?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
|
|
username: root
|
|
username: root
|
|
- password: rd_123456
|
|
|
|
|
|
+ password: safe2345@
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
redis:
|
|
redis:
|
|
timeout: 6000ms
|
|
timeout: 6000ms
|
|
@@ -21,9 +21,9 @@ spring:
|
|
# - 172.16.0.246:7003
|
|
# - 172.16.0.246:7003
|
|
# - 172.16.0.246:7004
|
|
# - 172.16.0.246:7004
|
|
# - 172.16.0.246:7005
|
|
# - 172.16.0.246:7005
|
|
- host: 172.16.100.30
|
|
|
|
- password: rd_123456
|
|
|
|
- port: 7000
|
|
|
|
|
|
+ host: 192.168.1.202
|
|
|
|
+ password:
|
|
|
|
+ port: 6379
|
|
lettuce:
|
|
lettuce:
|
|
pool:
|
|
pool:
|
|
max-active: 1000
|
|
max-active: 1000
|
|
@@ -34,14 +34,16 @@ spring:
|
|
|
|
|
|
logging:
|
|
logging:
|
|
level:
|
|
level:
|
|
- com.gys.business.mapper: debug
|
|
|
|
|
|
+ com.gys.business.mapper: error
|
|
|
|
|
|
#本地文件存储路径
|
|
#本地文件存储路径
|
|
pict:
|
|
pict:
|
|
basePath: /data/opt/project/ads/file
|
|
basePath: /data/opt/project/ads/file
|
|
serverBasePath: file
|
|
serverBasePath: file
|
|
uploadPath: upload
|
|
uploadPath: upload
|
|
- serverPath: http://172.16.100.30/
|
|
|
|
|
|
+ sourceBasePath: source
|
|
|
|
+ serverPath: http://safe-api.hsay.com:19050/
|
|
|
|
+
|
|
|
|
|
|
pro:
|
|
pro:
|
|
# Swagger相关配置
|
|
# Swagger相关配置
|
|
@@ -58,13 +60,18 @@ pro:
|
|
|
|
|
|
#文件分类链接地址
|
|
#文件分类链接地址
|
|
docType:
|
|
docType:
|
|
- linkUrl: http://221.224.53.27:20017/h5/index?typeId=
|
|
|
|
|
|
+ linkUrl: http://safe-dd.hsay.com:19050/h5/#/index?typeId=
|
|
|
|
|
|
#文件链接地址
|
|
#文件链接地址
|
|
doc:
|
|
doc:
|
|
- linkUrl: http://221.224.53.27:20017/h5/index?docId=
|
|
|
|
|
|
+ linkUrl: http://safe-dd.hsay.com:19050/h5/#/index?docId=
|
|
|
|
+
|
|
|
|
+#dingtalk.app_key: dingquvsdbjao4sft5nb
|
|
|
|
+#dingtalk.app_secret: 3m39De4GC6WmgbIAhMGicE_q0Kapjx-SXIrFosIfZr31Re6cXlz0_9m0XVhsolam
|
|
|
|
+#dingtalk.agent_id: 1356136158
|
|
|
|
+#dingtalk.corp_id: dingff609c7977dc6754
|
|
|
|
|
|
-dingtalk.app_key: dingquvsdbjao4sft5nb
|
|
|
|
-dingtalk.app_secret: 3m39De4GC6WmgbIAhMGicE_q0Kapjx-SXIrFosIfZr31Re6cXlz0_9m0XVhsolam
|
|
|
|
-dingtalk.agent_id: 1356136158
|
|
|
|
|
|
+dingtalk.app_key: dingtjalf7p1nxrbubf9
|
|
|
|
+dingtalk.app_secret: -2GyiLYOUmkC0PKi4-ICb8sFmncZvaxpj6rq97Z49_HGx7j-82y7gcwb_gZlrtgx
|
|
|
|
+dingtalk.agent_id: 1415817113
|
|
dingtalk.corp_id: dingff609c7977dc6754
|
|
dingtalk.corp_id: dingff609c7977dc6754
|