add some plugins to develop config

This commit is contained in:
Alexander.Trofimov
2016-11-10 16:44:14 +03:00
parent 68b279759a
commit 0609932a51
2 changed files with 16 additions and 1 deletions

View File

@ -33,7 +33,6 @@
"speech/config.json",
"youtube/config.json",
"cbr/config.json",
"num2word/config.json",
"ocr/config.json",
"clipart/config.json"
]

View File

@ -2,5 +2,21 @@
"server": {
"port": 80,
"siteUrl": "http://127.0.0.1:8001/"
},
"plugins": {
"pluginsData": [
"helloworld/config.json",
"chess/config.json",
"glavred/config.json",
"speech/config.json",
"youtube/config.json",
"cbr/config.json",
"num2word/config.json",
"ocr/config.json",
"yandextranslaterus/config.json",
"clipart/config.json",
"translate/config.json",
"templates/config.json"
]
}
}