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

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