diff --git a/Common/config/production-linux.json b/Common/config/production-linux.json index 0cb4dc65..f7eae4c6 100644 --- a/Common/config/production-linux.json +++ b/Common/config/production-linux.json @@ -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" diff --git a/Common/config/production-windows.json b/Common/config/production-windows.json index 648038ea..66fea6f1 100644 --- a/Common/config/production-windows.json +++ b/Common/config/production-windows.json @@ -2,6 +2,9 @@ "log": { "filePath": "../../config/log4js/production.json" }, + "aiSettings": { + "pluginDir" : "../info/ai" + }, "storage": { "fs": { "folderPath": "../App_Data/cache/files"