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.
15 lines
520 B
15 lines
520 B
11 months ago
|
# 数据库信息
|
||
|
driverClassName=com.mysql.cj.jdbc.Driver
|
||
|
user=root
|
||
|
password=DsideaL147258369
|
||
|
jdbcUrl=jdbc:mysql://10.10.14.210:22066/yltcharge?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
||
|
|
||
|
#mongodb
|
||
|
mongodbUri=mongodb://yltcharge:yltcharge@10.10.14.210:27017/yltcharge
|
||
|
|
||
|
#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/
|