parent
6603980a68
commit
6e26d53a37
File diff suppressed because one or more lines are too long
@ -1,31 +0,0 @@
|
||||
# 上传文件的临时路径
|
||||
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/
|
||||
|
Loading…
Reference in new issue