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.
19 lines
673 B
19 lines
673 B
# 数据库信息
|
|
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
|
|
redis_ip=r-bp14c1p5j5lkpw1jc2.redis.rds.aliyuncs.com
|
|
redis_port=6379
|
|
redis_password=Ycharge666
|
|
# ==============================================================
|
|
# 生成Token的密码
|
|
CookieMd5SingPwd=DsideaL4r5t6y7u
|
|
# 导出excel 的模板配置路径
|
|
excelExportTemplatePathSuffix=/ExcelExportTemplate/
|
|
# 导入excel 的模板配置路径
|
|
ExcelImportTemplatePathSuffix=/ExcelImportTemplate/
|
|
|
|
# 基础数据
|
|
route_dsBase= http://ds-base:8001 |