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

19 lines
333 B
YAML
Raw Normal View History

bunny:
datasource:
host: 192.168.1.4
port: 3306
sqlData: bunny_docs
username: root
password: "02120212"
redis:
host: 192.168.1.4
port: 6379
database: 3
password: "123456"
minio:
endpointUrl: "http://192.168.1.4:9000"
bucket-name: test
accessKey: bunny
secretKey: "02120212"