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:
parent
6d79075ee2
commit
cdc6ff60ed
1 changed files with 2 additions and 2 deletions
|
@ -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" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue