44 lines
957 B
JSON
44 lines
957 B
JSON
{
|
|
"protocol": "http",
|
|
"host": "localhost",
|
|
"desired_port": 8080,
|
|
"redirect_port": "",
|
|
"userDirPath": "documents",
|
|
"userDirname": "dodoc2",
|
|
"cache_content": true,
|
|
|
|
"contentDirname": "user",
|
|
"cacheDirname": "dodoc_cache",
|
|
"metaFileext": ".txt",
|
|
"thumbExt": ".jpeg",
|
|
"thumbFormat": "jpeg",
|
|
"folderMetaFilename": "meta",
|
|
"folderPreviewFilename": "meta_preview",
|
|
|
|
"privateKeyPath": "",
|
|
"certificatePath": "",
|
|
|
|
"metaDateFormat": "YYYYMMDD_HHmmss",
|
|
"textEncoding": "UTF-8",
|
|
"thumbFolderName": "_thumbs",
|
|
"deletedFolderName": "_bin",
|
|
|
|
"ffmpeg_options": {
|
|
"priority": 0,
|
|
"timeout": 600
|
|
},
|
|
|
|
"mediaThumbQuality": 70,
|
|
"maxFileSizeForUpload": 10000,
|
|
|
|
"regexpMatchFolderNames": "^([^.]+)$",
|
|
"regexpGetFileExtension": "\\.[^.]*$",
|
|
"regexpRemoveFileExtension": "(.+?)(\\.[^.]*$|$)",
|
|
|
|
"api": {
|
|
"enabled": true,
|
|
"allow_all_domains": true,
|
|
"domains_whitelist": ["localhost","dodoc.3peaks.re"]
|
|
},
|
|
}
|