workadventure: fix turn ipv4 address

apparently I missed changing that; it still pointed to my own
server (flora.stuebinm.eu) instead of hainich.
keep-around/9e7a277b6ae0803228a7bdd2c60ce5fe51888208
stuebinm 2021-04-22 18:25:53 +02:00 committed by hexchen
parent ae8bf7c8f6
commit 9e7a277b6a
1 changed files with 1 additions and 1 deletions

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;
};