[TIC-Web] sets the format of a directory listing
[archive/20170607/tools/tic.git] / config.json
1 {
2     "TIC_WEB": {
3         "PORT" : 8081,
4         "PATH": "/var/tmp/tic-web/",
5         "LOG_FILE" : "/var/tmp/tic-web/tic-web.log",
6         "KS_OUT_DIR" : "/var/tmp/tic-web/ks/"
7     },
8     "DATABASE": {
9         "GET_ALL_COUNT": "/api/image/count",
10         "GET_ALL_LISTITEM": "/api/image/list"
11     },
12     "TIC_CORE": {
13         "PORT" : 8082
14     },
15     "MIC" : {
16         "OUT_DIR" : "/var/tmp/tic-web/images/"
17     }
18 }