[TIC-Web] change the default path of tic-web
[archive/20170607/tools/tic.git] / config.json
1 {
2     "TIC_WEB": {
3         "PORT" : 8081,
4         "LOG_FILE" : "/var/tmp/tic-web/tic-web.log",
5         "KS_OUT_DIR" : "/var/tmp/tic-web/ks/"
6     },
7     "TIC_CORE": {
8         "PORT" : 8082
9     },
10     "MIC" : {
11         "OUT_DIR" : "/var/tmp/tic-web/images/"
12     }
13 }