summaryrefslogtreecommitdiff
path: root/frontend/templates
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates')
-rw-r--r--frontend/templates/profile.html2
-rw-r--r--frontend/templates/roomlist.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/templates/profile.html b/frontend/templates/profile.html
index 8d1e4aa..7deb845 100644
--- a/frontend/templates/profile.html
+++ b/frontend/templates/profile.html
@@ -117,7 +117,7 @@
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
<script type="text/javascript">
- serverHost = "scannerjammer.fm"
+ serverHost = "{{SERVER_HOST}}"
serverPort = 80
var userVideoQueue = {{VIDZ|safe}}
var userVideoQueueTitle = "my scans"
diff --git a/frontend/templates/roomlist.html b/frontend/templates/roomlist.html
index 94b3f63..071f4d0 100644
--- a/frontend/templates/roomlist.html
+++ b/frontend/templates/roomlist.html
@@ -66,7 +66,7 @@
</section>
</body>
<script type="text/javascript">
- var serverHost = "scannerjammer.fm";
+ var serverHost = "{{SERVER_HOST}}";
var serverPort = 80;
var ROOM_LIST = {{ROOM_LIST|safe}};
</script>