mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[config] Set pluginDir
This commit is contained in:
@ -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"
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
"log": {
|
||||
"filePath": "../../config/log4js/production.json"
|
||||
},
|
||||
"aiSettings": {
|
||||
"pluginDir" : "../info/ai"
|
||||
},
|
||||
"storage": {
|
||||
"fs": {
|
||||
"folderPath": "../App_Data/cache/files"
|
||||
|
||||
Reference in New Issue
Block a user