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:
parent
c58f2c3c0e
commit
25fb2a6a24
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue