Compare commits

..

2 Commits

Author SHA1 Message Date
0609932a51 add some plugins to develop config 2016-11-10 16:44:14 +03:00
68b279759a add num to word plugin 2016-11-10 16:28:04 +03:00

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