workadventure: fix turn ipv4 address
apparently I missed changing that; it still pointed to my own server (flora.stuebinm.eu) instead of hainich.
This commit is contained in:
parent
ae8bf7c8f6
commit
9e7a277b6a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
||||||
commonConfig = {
|
commonConfig = {
|
||||||
webrtc.stun.url = "stun:turn.hacc.space:3478";
|
webrtc.stun.url = "stun:turn.hacc.space:3478";
|
||||||
webrtc.turn = {
|
webrtc.turn = {
|
||||||
url = "turn:95.217.159.23";
|
url = "turn:46.4.63.148";
|
||||||
user = "turn";
|
user = "turn";
|
||||||
password = config'.services.coturn.static-auth-secret;
|
password = config'.services.coturn.static-auth-secret;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue