mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"version": "1.4.0",
|
|
"log": {
|
|
"appenders": [
|
|
{
|
|
"type": "console"
|
|
}
|
|
],
|
|
"replaceConsole": "true",
|
|
"levels": {
|
|
"nodeJS": "Debug"
|
|
}
|
|
},
|
|
"server": {
|
|
"port": 3000,
|
|
"siteUrl": "http://documentserver/",
|
|
"wopi": {
|
|
"discovery": "hosting/discovery"
|
|
},
|
|
"commandUrl": "coauthoring/CommandService.ashx",
|
|
"converterUrl": "ConvertService.ashx",
|
|
"apiUrl": "web-apps/apps/api/documents/api.js",
|
|
"preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html",
|
|
"exampleUrl": null,
|
|
"viewedDocs": [".pdf", ".djvu", ".xps", ".oxps"],
|
|
"editedDocs": [".docx", ".xlsx", ".csv", ".pptx", ".txt", ".docxf"],
|
|
"fillDocs": [".docx", ".oform"],
|
|
"convertedDocs": [".docm", ".doc", ".dotx", ".dotm", ".dot", ".odt", ".fodt", ".ott", ".xlsm", ".xlsb", ".xls", ".xltx", ".xltm", ".xlt", ".ods", ".fods", ".ots", ".pptm", ".ppt", ".ppsx", ".ppsm", ".pps", ".potx", ".potm", ".pot", ".odp", ".fodp", ".otp", ".rtf", ".mht", ".html", ".htm", ".xml", ".epub", ".fb2"],
|
|
"storageFolder": "./files",
|
|
"storagePath": "/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": "/files",
|
|
"path": "./files"
|
|
}
|
|
],
|
|
"token": {
|
|
"enable": false,
|
|
"useforrequest": true,
|
|
"algorithmRequest": "HS256",
|
|
"authorizationHeader": "Authorization",
|
|
"authorizationHeaderPrefix": "Bearer ",
|
|
"secret": "secret",
|
|
"expiresIn": "5m"
|
|
},
|
|
"verify_peer_off": true,
|
|
"languages": {
|
|
"en": "English",
|
|
"hy": "Armenian",
|
|
"az": "Azerbaijani",
|
|
"eu": "Basque",
|
|
"be": "Belarusian",
|
|
"bg": "Bulgarian",
|
|
"ca": "Catalan",
|
|
"zh" : "Chinese (People's Republic of China)",
|
|
"zh-TW" : "Chinese (Traditional, Taiwan)",
|
|
"cs": "Czech",
|
|
"da": "Danish",
|
|
"nl": "Dutch",
|
|
"fi": "Finnish",
|
|
"fr": "French",
|
|
"gl": "Galego",
|
|
"de": "German",
|
|
"el": "Greek",
|
|
"hu": "Hungarian",
|
|
"id": "Indonesian",
|
|
"it": "Italian",
|
|
"ja": "Japanese",
|
|
"ko": "Korean",
|
|
"lv": "Latvian",
|
|
"lo": "Lao",
|
|
"ms": "Malay (Malaysia)",
|
|
"nb": "Norwegian",
|
|
"pl": "Polish",
|
|
"pt" : "Portuguese (Brazil)",
|
|
"pt-PT" : "Portuguese (Portugal)",
|
|
"ro": "Romanian",
|
|
"ru": "Russian",
|
|
"sk": "Slovak",
|
|
"sl": "Slovenian",
|
|
"es": "Spanish",
|
|
"sv": "Swedish",
|
|
"tr": "Turkish",
|
|
"uk": "Ukrainian",
|
|
"vi": "Vietnamese"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"pluginsData": []
|
|
}
|
|
}
|