From 49cb7eaeeec444fb22b7300573d25686e8919ea5 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Tue, 16 Mar 2021 22:54:23 +0100 Subject: [PATCH] changed default domain to libreadventure.fsf.org --- front/dist/index.html | 4 ++-- front/dist/resources/welcomepage/index.html | 2 +- front/src/Phaser/Game/GameScene.ts | 2 +- front/src/WebRtc/SimplePeer.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/dist/index.html b/front/dist/index.html index 9d1fdb1..20bfad0 100644 --- a/front/dist/index.html +++ b/front/dist/index.html @@ -142,12 +142,12 @@ position:absolute; -
+
- JavaScript license information + JavaScript license information diff --git a/front/dist/resources/welcomepage/index.html b/front/dist/resources/welcomepage/index.html index e6f3d2c..d088f61 100644 --- a/front/dist/resources/welcomepage/index.html +++ b/front/dist/resources/welcomepage/index.html @@ -37,6 +37,6 @@ display:none - JavaScript license information + JavaScript license information diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index 38a4fd4..11e48a5 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -466,7 +466,7 @@ export class GameScene extends Phaser.Scene { let say = tile.properties["say"]; if (url === undefined){ - url="https://play.testansible.fsf.org/resources/welcomepage/index.html"; + url="https://play.libreadventure.fsf.org/resources/welcomepage/index.html"; this.active = false; document.getElementById("webRtc").style.pointerEvents="none"; }else{ diff --git a/front/src/WebRtc/SimplePeer.ts b/front/src/WebRtc/SimplePeer.ts index 1a32f6a..7e48a18 100644 --- a/front/src/WebRtc/SimplePeer.ts +++ b/front/src/WebRtc/SimplePeer.ts @@ -109,7 +109,7 @@ export class SimplePeer { config: { iceServers: [ { - urls: 'turn:turn.testansible.fsf.org:3478', + urls: 'turn:turn.libreadventure.fsf.org:3478', username: 'user', credential: 'password' }, -- 2.25.1