DocSpace-client/public/scripts/config.json

23 lines
395 B
JSON
Raw Normal View History

{
"api": {
"origin": "",
"prefix": "/api/2.0",
"timeout": 30000
},
"proxy": {
"url": ""
},
"wrongPortalNameUrl": "",
2023-04-28 11:50:45 +00:00
"thumbnails1280x720": false,
"pdfViewer": true,
2023-10-17 15:16:17 +00:00
"pdfViewerUrl": "sdkjs/pdf/src/engine/viewer.js",
"imageThumbnails": false,
"editor": {
"openOnNewPage": true,
"requestClose": false
},
"management": {
"checkDomain": true
}
}