You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
#服务器端口 |
|
server: |
|
port: 8210 |
|
|
|
#数据源配置 |
|
spring: |
|
datasource: |
|
url: ${blade.datasource.dev.url} |
|
username: ${blade.datasource.dev.username} |
|
password: ${blade.datasource.dev.password} |
|
cloud: |
|
inetutils: |
|
preferred-networks: 192.168.65 |
|
|
|
#ObjectServiceImpl |
|
hzinfo: |
|
task: |
|
pdf: |
|
# pdf模板路径 ,请配置绝对路径 |
|
# module-path: /data/inspect/pdf/templet/inspectObj.html # linux |
|
module-path: D:\data\hzinfo\templet\inspectObj.html # windows |
|
# pdf文件存储路径,请配置绝对路径 |
|
# file-path: /data/inspect/pdf/file # linux |
|
file-path: D:/data/hzinfo/file # windows |
|
|
|
#TaskRemindManager |
|
hzims: |
|
tasks: |
|
flag: 1 |
|
inspect: |
|
ai: |
|
# 文件外网访问路径 |
|
replace-url: http://175.6.40.67:19000 |
|
rabbit-mq-send-topic: inspect_task_send_ia_task |
|
face: |
|
# 人脸识别服务地址 |
|
url: http://192.168.65.249:9876 |
|
# 越小精度越高 |
|
ratio: 0.6 |
|
video: |
|
# 文件内网访问路径 |
|
minio-url: http://192.168.65.246:8585 |
|
task: |
|
#短信模块code |
|
templateCode: |
|
#巡检任务开始前发送短信信息阿里云模板 |
|
taskBegin: aliyun-task-begin |
|
#巡检任务结束前发送短信信息阿里云模板 |
|
taskEnd: aliyun-task-end |
|
#巡检消息推送模板 - 极光 |
|
jgPushCode: hzinfo-inspect |
|
|
|
soe: |
|
show: |
|
number: 10 |
|
|
|
dynamic: |
|
file: |
|
path: D:\\upload |