[config] Set pluginDir

This commit is contained in:
Sergey Konovalov
2025-05-29 02:33:22 +03:00
parent b3380d08a4
commit 04f5a131ad
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"log": {
"filePath": "/etc/onlyoffice/documentserver/log4js/production.json"
},
"aiSettings": {
"pluginDir" : "/var/www/onlyoffice/documentserver/server/info/ai"
},
"storage": {
"fs": {
"folderPath": "/var/lib/onlyoffice/documentserver/App_Data/cache/files"

View File

@ -2,6 +2,9 @@
"log": {
"filePath": "../../config/log4js/production.json"
},
"aiSettings": {
"pluginDir" : "../info/ai"
},
"storage": {
"fs": {
"folderPath": "../App_Data/cache/files"