mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 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",
|
|
"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"],
|
|
"storageFolder": "files",
|
|
"maxFileSize": 1073741824,
|
|
// "fileChoiceUrl": "https://testinfo.teamlab.info/products/files/filechoice.aspx?fileType=xlsx&mailmerge=true"
|
|
},
|
|
"plugins": {
|
|
"url": "../../../../sdkjs-plugins/",
|
|
"pluginsData": [
|
|
"helloworld/config.json",
|
|
"chess/config.json",
|
|
"speech/config.json",
|
|
"youtube/config.json",
|
|
"cbr/config.json",
|
|
"ocr/config.json",
|
|
"clipart/config.json"
|
|
]
|
|
}
|
|
} |