-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication(modifed).yml
More file actions
71 lines (57 loc) · 1010 Bytes
/
Copy pathapplication(modifed).yml
File metadata and controls
71 lines (57 loc) · 1010 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
server:
port:
8080
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/audio_check?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai
username:
password:
redis:
database: 1
host: 127.0.0.1
port: 6379
timeout: 10s
lettuce:
pool:
max-active: 200
max-wait: -1ms
max-idle: 10
min-idle: 0
servlet:
multipart:
max-file-size:
5MB
max-request-size:
5MB
mybatis-plus:
mapper-locations: classpath*:/mapper/**Mapper.xml
sa-token:
token-name: token
timeout: 86400
active-timeout: -1
is-concurrent: true
is-share: true
token-style: uuid
is-log: true
file:
upload:
path:
baidu:
api-key:
secret-key:
cuid:
ffmpeg:
ffmpeg-path:
ffprobe-path:
elastic:
host:
localhost
port:
9200
auth:
thread-pool:
core-size: 5
max-size: 5
queue-capacity: 100
keep-alive-seconds: 30