Allow Lighty build to listen to alternative ports
[transportpce.git] / lighty / src / test / resources / config.json
1 {
2     "restconf":{
3         "inetAddress": "127.0.0.1",
4         "httpPort":8888,
5         "webSocketPort": 8185,
6         "restconfServletContextPath":"/restconfCustom",
7         "jsonRestconfServiceType": "DRAFT_18"
8     }
9 }