mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Changed log level for windows version.
Removed plugins folder
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"log": {
|
||||
"filePath": "../../Common/config/log4js/development.json"
|
||||
"filePath": "../../Common/config/log4js/production.json"
|
||||
},
|
||||
"storage": {
|
||||
"name": "storage-fs",
|
||||
@ -23,10 +23,6 @@
|
||||
{
|
||||
"name": "/web-apps",
|
||||
"path": "../../../web-apps"
|
||||
},
|
||||
{
|
||||
"name": "/sdkjs-plugins",
|
||||
"path": "../../../sdkjs-plugins"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -42,7 +38,7 @@
|
||||
"converter": {
|
||||
"fontDir": "",
|
||||
"presentationThemesDir": "../../../sdkjs/slide/themes",
|
||||
"filePath": "../../FileConverter/Bin/x2t.exe",
|
||||
"filePath": "../../FileConverter/bin/x2t.exe",
|
||||
"errorfiles": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user