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:
stuebinm 2021-04-22 18:25:53 +02:00 committed by hexchen
parent ae8bf7c8f6
commit 9e7a277b6a

View file

@ -37,7 +37,7 @@ in
commonConfig = {
webrtc.stun.url = "stun:turn.hacc.space:3478";
webrtc.turn = {
url = "turn:95.217.159.23";
url = "turn:46.4.63.148";
user = "turn";
password = config'.services.coturn.static-auth-secret;
};