mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
{
|
|
"version": "1.14.1",
|
|
"log": {
|
|
"appenders": [
|
|
{
|
|
"type": "console"
|
|
}
|
|
],
|
|
"replaceConsole": "true",
|
|
"levels": {
|
|
"nodeJS": "Debug"
|
|
}
|
|
},
|
|
"server": {
|
|
"port": 3000,
|
|
"siteUrl": "http://documentserver/",
|
|
"wopi": {
|
|
"discovery": "hosting/discovery"
|
|
},
|
|
"commandUrl": "command",
|
|
"converterUrl": "converter",
|
|
"apiUrl": "web-apps/apps/api/documents/api.js",
|
|
"preloaderUrl": "web-apps/apps/api/documents/preload.html",
|
|
"exampleUrl": null,
|
|
"storageFolder": "./files",
|
|
"storagePath": "/files",
|
|
"maxFileSize": 1073741824,
|
|
"maxNameLength": 50,
|
|
"enableForgotten": true,
|
|
"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",
|
|
"token": {
|
|
"enable": false,
|
|
"useforrequest": true,
|
|
"algorithmRequest": "HS256",
|
|
"authorizationHeader": "Authorization",
|
|
"authorizationHeaderPrefix": "Bearer ",
|
|
"secret": "secret",
|
|
"expiresIn": "5m"
|
|
},
|
|
"verify_peer_off": true,
|
|
"languages": {
|
|
"en": "English",
|
|
"sq-AL": "Albanian (Albania)",
|
|
"ar": "Arabic",
|
|
"hy": "Armenian",
|
|
"az": "Azerbaijani",
|
|
"eu": "Basque",
|
|
"be": "Belarusian",
|
|
"bg": "Bulgarian",
|
|
"ca": "Catalan",
|
|
"zh": "Chinese (Simplified)",
|
|
"zh-TW": "Chinese (Traditional)",
|
|
"cs": "Czech",
|
|
"da": "Danish",
|
|
"nl": "Dutch",
|
|
"en-GB": "English (United Kingdom)",
|
|
"fi": "Finnish",
|
|
"fr": "French",
|
|
"gl": "Galego",
|
|
"de": "German",
|
|
"el": "Greek",
|
|
"he-IL": "Hebrew (Israel)",
|
|
"hu": "Hungarian",
|
|
"id": "Indonesian",
|
|
"it": "Italian",
|
|
"ja": "Japanese",
|
|
"ko": "Korean",
|
|
"lo": "Lao",
|
|
"lv": "Latvian",
|
|
"ms": "Malay (Malaysia)",
|
|
"no": "Norwegian",
|
|
"pl": "Polish",
|
|
"pt": "Portuguese (Brazil)",
|
|
"pt-PT": "Portuguese (Portugal)",
|
|
"ro": "Romanian",
|
|
"ru": "Russian",
|
|
"sr-Cyrl-RS": "Serbian (Cyrillic)",
|
|
"sr-Latn-RS": "Serbian (Latin)",
|
|
"si": "Sinhala (Sri Lanka)",
|
|
"sk": "Slovak",
|
|
"sl": "Slovenian",
|
|
"es": "Spanish",
|
|
"sv": "Swedish",
|
|
"tr": "Turkish",
|
|
"uk": "Ukrainian",
|
|
"ur": "Urdu",
|
|
"vi": "Vietnamese",
|
|
"aa-AA": "Test Language"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"pluginsData": []
|
|
}
|
|
}
|