24 lines
432 B
YAML
24 lines
432 B
YAML
bunny:
|
|
datasource:
|
|
host: 106.15.251.123
|
|
port: 3305
|
|
sqlData: db_spzx
|
|
username: root
|
|
password: "02120212"
|
|
|
|
redis:
|
|
host: 106.15.251.123
|
|
port: 6379
|
|
database: 2
|
|
|
|
minio:
|
|
endpointUrl: "http://129.211.31.58:9000"
|
|
bucket-name: spzx-bucket
|
|
accessKey: "bunny"
|
|
secretKey: "02120212"
|
|
|
|
noAuthUrls:
|
|
- /admin/system/index/login
|
|
- /admin/system/index/generateValidateCode
|
|
- /v3/**
|