application.properties
818 Bytes
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
# server
server.port=8080
#redis
# REDIS (RedisProperties)
# Redis
spring.redis.database=8
# Redis
spring.redis.host=192.168.9.233
# Redis
spring.redis.port=6379
# Redis
spring.redis.password=3c61f2e4c4d1877ef9d01319c3a0fccaeabb1518
#
spring.redis.jedis.pool.max-active=8
#
spring.redis.lettuce.pool.max-wait=-1
#
spring.redis.lettuce.pool.max-idle=8
#
spring.redis.lettuce.pool.min-idle=0
#
spring.redis.timeout=5000
#
data_forward_url=http://192.168.9.233:21182/api/v1/recv/events
#
consumer_crash=
#
video_forward_url=http://192.168.9.233:21182/api/v1/web/videos/upload
#
video_download_url=http://192.168.9.233:20080/api/v1/web/videos/%s
#
pic.path=/data/retransmission/pics
#
video.path=/data/retransmission/videos
#
spring.servlet.multipart.maxFileSize=500MB
spring.servlet.multipart.maxRequestSize=500MB