1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| server:
| port: 6000
| spring:
| profiles:
| active: dev
| # active: prod
| application:
| name: message #服务名称
| servlet:
| multipart:
| max-request-size: 100MB
| max-file-size: 100MB
| redis:
| # host: 192.168.110.80
| # port: 6379
| # password: 123456
| host: 10.88.154.24
| port: 7560
| password: Idcs_B_2025rd141
| database: 0
| timeout: 1000
| cluster:
| nodes: 10.88.154.24:7560,10.88.154.34:7560,10.88.154.59:7560,10.88.154.98:7560,10.88.154.100:7560,10.88.154.109:7560
|
|