mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "zfile.cache.timeout",
|
|
"type": "java.lang.Long",
|
|
"description": "目录缓存过期时间 和 下载地址过期时间. 单位为秒."
|
|
},
|
|
{
|
|
"name": "zfile.constant.header",
|
|
"type": "java.lang.String",
|
|
"defaultValue": "header.md",
|
|
"description": "头部文件 文件名."
|
|
},
|
|
{
|
|
"name": "zfile.constant.password",
|
|
"type": "java.lang.String",
|
|
"defaultValue": "password.txt",
|
|
"description": "密码文件 文件名."
|
|
},
|
|
{
|
|
"name": "zfile.onedirve.clientId",
|
|
"type": "java.lang.String",
|
|
"description": "OneDrive ClientId."
|
|
},
|
|
{
|
|
"name": "zfile.onedirve.clientSecret",
|
|
"type": "java.lang.String",
|
|
"description": "OneDrive ClientSecret."
|
|
},
|
|
{
|
|
"name": "zfile.onedirve.redirectUri",
|
|
"type": "java.lang.String",
|
|
"description": "OneDrive 认证重定向地址."
|
|
},
|
|
{
|
|
"name": "zfile.onedirve.scope",
|
|
"type": "java.lang.String",
|
|
"description": "OneDrive 认证权限."
|
|
}
|
|
]
|
|
} |