mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"log": {
|
|
"appenders": [
|
|
{
|
|
"type": "console"
|
|
}
|
|
],
|
|
"replaceConsole": "true",
|
|
"levels": {
|
|
"nodeJS": "Debug"
|
|
}
|
|
},
|
|
"server": {
|
|
"port": 3000,
|
|
"siteUrl": "https://doc.onlyoffice.com/",
|
|
"commandUrl": "coauthoring/CommandService.ashx",
|
|
"storageUrl": "FileUploader.ashx",
|
|
"converterUrl": "ConvertService.ashx",
|
|
"tempStorageUrl": "ResourceService.ashx",
|
|
"apiUrl": "web-apps/apps/api/documents/api.js",
|
|
"preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html",
|
|
"exampleUrl": null,
|
|
"viewedDocs": [".ppt", ".pps", ".odp", ".pdf", ".djvu", ".epub", ".xps"],
|
|
"editedDocs": [".docx", ".doc", ".odt", ".xlsx", ".xls", ".ods", ".csv", ".pptx", ".ppsx", ".rtf", ".txt", ".mht", ".html", ".htm"],
|
|
"convertedDocs": [".doc", ".odt", ".xls", ".ods", ".ppt", ".pps", ".odp", ".rtf", ".mht", ".html", ".htm", ".epub", ".docm", ".dot", ".dotm", ".dotx", ".xlsm", ".xlt", ".xltm", ".xltx", ".pot", ".potm", ".potx", ".ppsm", ".pptm"],
|
|
"storageFolder": "files",
|
|
"maxFileSize": 1073741824,
|
|
"mobileRegEx": "android|avantgo|playbook|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od|ad)|iris|kindle|lge |maemo|midp|mmp|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino",
|
|
"static":[
|
|
{
|
|
"name": "/public",
|
|
"path": "public"
|
|
}
|
|
],
|
|
"token": {
|
|
"enable": false,
|
|
"useforrequest": true,
|
|
"algorithmRequest": "HS256",
|
|
"authorizationHeader": "Authorization",
|
|
"authorizationHeaderPrefix": "Bearer ",
|
|
"secret": "secret",
|
|
"expiresIn": "5m"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"pluginsData": []
|
|
}
|
|
}
|