Changed log level for windows version.

Removed  plugins folder
This commit is contained in:
Alexey.Golubev
2016-09-01 15:51:38 +03:00
parent b31bdc5bf2
commit 8175c7c83c

View File

@ -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"
}
}