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

19 lines
335 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:
2024-07-27 22:35:15 +08:00
endpointUrl: "http://192.168.3.100:9000"
bucket-name: test
accessKey: bunny
secretKey: "02120212"