|
@ -1,8 +1,5 @@
|
1
|
1
|
spring.application.name=WorkTaskSpec
|
2
|
2
|
|
3
|
|
|
4
|
|
#server.servlet.context-path=/ipu
|
5
|
|
|
6
|
3
|
server.port=8018
|
7
|
4
|
|
8
|
5
|
server.servlet.context-path=/sp
|
|
@ -49,6 +46,17 @@ kafka.listener.batch-listener=false
|
49
|
46
|
kafka.listener.concurrencys=3,6
|
50
|
47
|
kafka.listener.poll-timeout=1500
|
51
|
48
|
|
|
49
|
#minio
|
|
50
|
minio.endpoint=http://10.19.90.34
|
|
51
|
minio.port=19000
|
|
52
|
minio.accessKey=minioadmin
|
|
53
|
minio.secretKey=minioadmin
|
|
54
|
minio.secure=false
|
|
55
|
minio.bucketHeaderImage=prod-dev
|
|
56
|
minio.faceAddServiceUrl=http://10.21.10.28:9018/api/face/add
|
|
57
|
minio.face-del-service-url=http://10.21.10.28:9018/api/face/del
|
|
58
|
minio.face-recog-service-url=http://10.21.10.28:9018/api/face/recog
|
|
59
|
|
52
|
60
|
# CACHE
|
53
|
61
|
#spring.cache.type=ehcache
|
54
|
62
|
#spring.cache.ehcache.config=ehcache.xml
|