changed default domain to libreadventure.fsf.org
authorRuben Rodriguez <ruben@gnu.org>
Tue, 16 Mar 2021 21:54:23 +0000 (22:54 +0100)
committerRuben Rodriguez <ruben@gnu.org>
Tue, 16 Mar 2021 21:54:23 +0000 (22:54 +0100)
front/dist/index.html
front/dist/resources/welcomepage/index.html
front/src/Phaser/Game/GameScene.ts
front/src/WebRtc/SimplePeer.ts

index 9d1fdb1a7f4f1fe0f463ec37371cad60aa79b502..20bfad079ce93f336614c8ac695727b9ddf59e7a 100644 (file)
@@ -142,12 +142,12 @@ position:absolute;
             </div>
         </div>
         </div>
-        <div id="hack"><iframe allow="camera; microphone" id="theiframe" src="https://play.testansible.fsf.org/resources/welcomepage/index.html"></iframe></div>
+        <div id="hack"><iframe allow="camera; microphone" id="theiframe" src="https://play.libreadventure.fsf.org/resources/welcomepage/index.html"></iframe></div>
       </div>
         <audio id="audio-webrtc-in">
             <source src="/resources/objects/webrtc-in.mp3" type="audio/mp3">
         </audio>
-        <a rel="jslicense" href="https://play.testansible.fsf.org/jssources/jslicenses.html">JavaScript license information</a>
+        <a rel="jslicense" href="https://play.libreadventure.fsf.org/jssources/jslicenses.html">JavaScript license information</a>
 
     </body>
 </html>
index e6f3d2cc1ba0486a7e506be6fb58e61a2a9a5188..d088f61b173476637d4ff7c72bdefabe68a28018 100644 (file)
@@ -37,6 +37,6 @@ display:none
   <img src="map.png" style="max-width:100%"/>
 </div>
 
-        <span style="font-size:small"><a rel="jslicense" href="https://play.testansible.fsf.org/jssources/jslicenses.html">JavaScript license information</a></span>
+        <span style="font-size:small"><a rel="jslicense" href="https://play.libreadventure.fsf.org/jssources/jslicenses.html">JavaScript license information</a></span>
 </body>
 </html>
index 38a4fd41ec2ceec1cb5eeb1ec84d00075cd1ce1f..11e48a5477dc2e3957e67a1f0bf3ff01109bf4ff 100644 (file)
@@ -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{
index 1a32f6a0b393a26999634092fdad5091060ab6f2..7e48a18095df9644de27f8a1d2231b6ab5143f94 100644 (file)
@@ -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'
                     },