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