From 04f5a131ad7cefd1d5d457042c948824c36e2fb3 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Thu, 29 May 2025 02:33:22 +0300 Subject: [PATCH] [config] Set pluginDir --- Common/config/production-linux.json | 3 +++ Common/config/production-windows.json | 3 +++ 2 files changed, 6 insertions(+) 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"