19 lines
340 B
YAML
19 lines
340 B
YAML
bunny:
|
|
datasource:
|
|
host: 192.168.3.100
|
|
port: 3305
|
|
sqlData: bunny_docs
|
|
username: root
|
|
password: "02120212"
|
|
|
|
redis:
|
|
host: 1192.168.3.100
|
|
port: 6379
|
|
database: 3
|
|
password: "123456"
|
|
|
|
minio:
|
|
endpointUrl: "http://192.168.3.100:9000"
|
|
bucket-name: test
|
|
accessKey: bunny
|
|
secretKey: "02120212" |