You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
656 B
16 lines
656 B
# 数据库信息
|
|
driverClassName=com.mysql.cj.jdbc.Driver
|
|
user=ylt
|
|
password=Ycharge666
|
|
jdbcUrl=jdbc:mysql://rm-bp1ux6tuk49er80t9.mysql.rds.aliyuncs.com:3306/yltcharge?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
|
#mongodb
|
|
mongodbUri=mongodb://yltcharge:yltcharge@dds-bp176c45f561f0041.mongodb.rds.aliyuncs.com:3717,dds-bp176c45f561f0042.mongodb.rds.aliyuncs.com:3717/yltcharge?replicaSet=mgset-36440453
|
|
|
|
#Minio 配置
|
|
minio_endpoint: http://10.10.14.212:9000
|
|
minio_accesskey: wJDQP0ZZpyLHIfnPXYPn
|
|
minio_secretkey: ZkmTmuoMK6f601rQF5OOQB2JlSvmBOjrHRhIz6bt
|
|
minio_bucketName:dsideal
|
|
minio_path_prefix=http://10.10.14.212:9000/dsideal/ |