DocSpace-client/public/scripts/config.json

35 lines
622 B
JSON
Raw Normal View History

{
"api": {
"origin": "",
"prefix": "/api/2.0",
"timeout": 30000
},
"proxy": {
"url": ""
},
"wrongPortalNameUrl": "",
"thumbnails1280x720": true,
2023-11-17 14:40:41 +00:00
"pdfViewer": false,
2023-10-17 15:16:17 +00:00
"pdfViewerUrl": "sdkjs/pdf/src/engine/viewer.js",
"imageThumbnails": true,
"editor": {
"requestClose": false
},
"management": {
2023-11-21 11:24:46 +00:00
"checkDomain": false
2024-02-14 10:36:38 +00:00
},
"oauth2": {
"origin": ""
},
2024-02-14 10:36:38 +00:00
"firebase": {
"fetchTimeoutMillis": 3600000,
"minimumFetchIntervalMillis": 3600000
2024-02-14 10:39:06 +00:00
},
2024-02-21 09:13:09 +00:00
"campaigns": [
"OnlyofficeForDevelopers",
"OnlyofficeForPlatform",
"BookTraining",
"FormGallery"
]
}