Moved to localhost

Replaced various 192.168.1.2 with 127.0.0.1.
Because each computer can have 127.0.0.1.
This commit is contained in:
Geert Stappers 2025-02-11 20:34:37 +01:00
parent c58f2c3c0e
commit 25fb2a6a24
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
axum_address: 192.168.1.2:2323
listener_address: 192.168.1.2:2424
streamer_address: 192.168.1.2:2525
axum_address: 127.0.0.1:2323
listener_address: 127.0.0.1:2424
streamer_address: 127.0.0.1:2525
latency: 50
tls: false
tls: false