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.
32 lines
837 B
32 lines
837 B
# 上传文件的临时路径
|
|
uploadTempPath: /tmp
|
|
# JWT
|
|
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
|
# 生成Token的密码
|
|
CookieMd5SingPwd: DsideaL4r5t6y7u
|
|
|
|
mysql:
|
|
# 数据库信息
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
user: ylt
|
|
password: Ycharge666
|
|
jdbcUrl : jdbc:mysql://rm-bp1ux6tuk49er80t9.mysql.rds.aliyuncs.com:3306/ds_db?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
|
|
redis:
|
|
ip: r-bp14c1p5j5lkpw1jc2.redis.rds.aliyuncs.com
|
|
port: 6379
|
|
password: Ycharge666
|
|
|
|
# ==============================================================
|
|
jwt:
|
|
# 生成Token的密码
|
|
CookieMd5SingPwd: DsideaL4r5t6y7u
|
|
|
|
excel:
|
|
# 导出excel 的模板配置路径
|
|
excelExportTemplatePathSuffix: /ExcelExportTemplate/
|
|
# 导入excel 的模板配置路径
|
|
ExcelImportTemplatePathSuffix: /ExcelImportTemplate/
|
|
|