1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: use port 8080 for non-root execution

This commit is contained in:
Steffen Vogel 2018-12-04 10:43:54 +01:00
parent 6d79075ee2
commit cdc6ff60ed

View file

@ -41,7 +41,7 @@ cat > ${CONFIG_FILE} << EOF
"type" : "websocket",
"destinations" : [
"ws://127.0.0.1:81/node2.protobuf"
"ws://127.0.0.1:8080/node2.protobuf"
]
}
}
@ -51,7 +51,7 @@ EOF
cat > ${CONFIG_FILE2} << EOF
{
"http" : {
"port" : 81
"port" : 8080
},
"logging" : { "level" : 15 },
"nodes" : {