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:
parent
547c28d2dc
commit
7335b3a347
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ nodes = {
|
|||
type = "websocket",
|
||||
|
||||
destinations = [
|
||||
"http://localhost:8088/test_session"
|
||||
"http://127.0.0.1:8088/test_session"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue