From: Ruben Rodriguez Date: Tue, 16 Mar 2021 21:54:23 +0000 (+0100) Subject: changed default domain to libreadventure.fsf.org X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=49cb7eaeeec444fb22b7300573d25686e8919ea5;p=libreadventure.git changed default domain to libreadventure.fsf.org --- 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' },