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.
24 lines
567 B
24 lines
567 B
# 数据库信息
|
|
driverClassName=org.postgresql.Driver
|
|
user=postgres
|
|
password=DsideaL147258369
|
|
jdbcUrl=jdbc:postgresql://10.10.14.71:5432/dsBase_db?reWriteBatchedInserts=true
|
|
|
|
# redis
|
|
redis_ip=10.10.14.14
|
|
redis_port=18890
|
|
|
|
# JWT
|
|
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
|
|
|
# 首页
|
|
first_page=/login.html
|
|
|
|
|
|
# 导出excel 的模板配置路径
|
|
excelExportTemplatePathSuffix=/ExcelExportTemplate/
|
|
# 导入excel 的模板配置路径
|
|
ExcelImportTemplatePathSuffix=/ExcelImportTemplate/
|
|
|
|
# 自定义日志文件的位置
|
|
logPath=d:/Logs/dsBase.log |