🎨 修改文件头, 文件尾, 密码文件的名称为可配置

This commit is contained in:
zhaojun1998
2019-12-14 22:21:53 +08:00
parent 2aa9ccc389
commit 4d9357b11f

View File

@@ -4,5 +4,24 @@
"name": "zfile.cache.timeout",
"type": "java.lang.Long",
"description": "目录缓存过期时间 和 下载地址过期时间. 单位为秒."
},
{
"name": "zfile.constant.header",
"type": "java.lang.String",
"defaultValue": "header.md",
"description": "头部文件 文件名."
},
{
"name": "zfile.constant.footer",
"type": "java.lang.String",
"defaultValue": "footer.md",
"description": "尾部文件 文件名."
},
{
"name": "zfile.constant.password",
"type": "java.lang.String",
"defaultValue": "password.txt",
"description": "密码文件 文件名."
}
] }
]
}