java-single/service/src/main/resources/application-dev.yml

19 lines
340 B
YAML
Raw Normal View History

2024-05-02 22:25:29 +08:00
bunny:
datasource:
2024-07-27 22:35:15 +08:00
host: 192.168.3.100
2024-05-02 22:25:29 +08:00
port: 3305
sqlData: bunny_docs
2024-05-02 22:25:29 +08:00
username: root
password: "02120212"
redis:
2024-07-27 22:35:15 +08:00
host: 1192.168.3.100
2024-05-02 22:25:29 +08:00
port: 6379
database: 3
password: "123456"
2024-05-03 16:55:03 +08:00
minio:
2024-07-27 22:35:15 +08:00
endpointUrl: "http://192.168.3.100:9000"
bucket-name: test
2024-05-03 16:55:03 +08:00
accessKey: bunny
secretKey: "02120212"