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

use IPv6 address in example config to avoid issues with IPv6 in Docker

This commit is contained in:
Steffen Vogel 2019-03-31 12:51:45 +02:00
parent 547c28d2dc
commit 7335b3a347

View file

@ -33,7 +33,7 @@ nodes = {
type = "websocket",
destinations = [
"http://localhost:8088/test_session"
"http://127.0.0.1:8088/test_session"
]
}
}