application-pro.properties
1.09 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
server.port=12100
# database
#spring.datasource.url=jdbc:postgresql://36.112.68.214:5432/vion_label
#spring.datasource.username=postgres
#spring.datasource.password=vion
spring.datasource.url=jdbc:postgresql://pgm-2ze3cjpyjgjw0bl5uo.pg.rds.aliyuncs.com:1921/vion-label
spring.datasource.username=vion
spring.datasource.password=jkou72j32m4K5d8k
# redis
spring.redis.host=47.94.47.137
spring.redis.port=6379
spring.redis.password=vionredis
spring.redis.database=0
# temporary
logging.level.com.viontech.label.platform.mapper=error
debug=false
# vion
#vion.match-url=http://36.112.68.214:12000/alg
vion.match-url=http://101.201.36.180:12001/alg
#vion.match-url=http://127.0.0.1:12000/alg
#es
spring.elasticsearch.rest.uris=101.201.36.180:9200
spring.elasticsearch.rest.username=
spring.elasticsearch.rest.password=
access.log.aggs.cron=0/5 * * * * ?
# duration毫秒,limit次数
illegal.map./reid/getPeople.duration=3000
illegal.map./reid/getPeople.limit=6
illegal.map./subTasks.duration=3000
illegal.map./subTasks.limit=4
illegal.map./reid/getSimilarPerson.duration=3000
illegal.map./reid/getSimilarPerson.limit=4