application.yml
1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
spring:
profiles:
active: test #默认开发环境
rabbitmq:
host: 192.168.10.39
port: 5672
username: admin
password: 123456
virtualHost: /
mybatis:
mapper-locations:
- classpath*:com.objecteye.mapper/*.xml
jwt:
tokenHeader: Authorization #JWT存储的请求头
secret: mySecret #JWT加解密使用的密钥
expiration: 604800 #JWT的超期限时间(60*60*24)
tokenHead: Bearer #JWT负载中拿到开头
pagehelper:
helperDialect: mysql
reasonable: true
support-methods-arguments: true
params: count=countSql
logging:
level:
root: info #日志配置DEBUG,INFO,WARN,ERROR
com.objecteye: info
# file: demo_log.log #配置日志生成路径
# path: /var/logs #配置日志文件名称
picture:
url: http://192.168.10.117:32112/
storePath: /home/liuhaoyu/export/vehicleProject/picture/
http: http://192.168.10.117:32112/
snapshotPath: /home/liuhaoyu/export/vehicleProject/picture/snapshot/
snapshotPrefix: http://192.168.10.117:32112/snapshot/
server:
port: 8845
address: 192.168.10.117
#调用引擎url
requestFile: http://192.168.10.4:10002/vps/analysisFile
requestPath: http://192.168.10.61:3000/mock/11/vehicle/analysisPath
requestUrl: http://192.168.10.4:10002/vehicle/analysisFile
requestVehicleFile: http://192.168.10.4:10002/vehicle/analysisFile
requestBase64: http://192.168.10.4:10002/vehicle/analysisBase64
humanVehicleBase64: http://192.168.10.4:10002/vps/analysisBase64
extractFeatureByBase64: http://192.168.10.4:10002/face/extractFeatureByBase64
searchDataFromRetrieveDbPath: http://192.168.10.4:10002/face/searchDataFromRetrieveDb
driverSnapshotPrefix: http://192.168.10.153:8880/driverSnapshotPath/
searchDataFromDeployDb: http://192.168.10.4:10002/face/searchDataFromDeployDb
addUrlToDeployDb: http://192.168.10.4:10002/face/addUrlToDeployDb
deleteDataFromDeployDb: http://192.168.10.4:10002/face/deleteDataFromDeployDb
#人脸检索参数值
topN: 30
threshold: 0.4
threadNum: 1