[TIC-Web] add getAppConfig API and fix the mic option
[archive/20170607/tools/tic.git] / config.json
1 {
2     "TIC_WEB": {
3         "PORT" : 8081
4     },
5     "TIC_CORE": {
6         "PORT" : 8082,
7         "KS_OUT_DIR" : "/tmp/tic/ks/"
8     },
9     "MIC" : {
10         "OUT_DIR" : "/tmp/tic/images/"
11     }
12 }