aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/settings.yml2
-rw-r--r--templates/home.julius2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/settings.yml b/config/settings.yml
index e083c48..6ff875a 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -15,5 +15,5 @@ Staging:
<<: *defaults
Production:
- #approot: "http://www.example.com"
+ approot: "https://turing.heimi.li"
<<: *defaults
diff --git a/templates/home.julius b/templates/home.julius
index da20f7f..b454de8 100644
--- a/templates/home.julius
+++ b/templates/home.julius
@@ -52,7 +52,7 @@ $(function() {
ui.bForward.on("click", function () {
sock.send("Forward");
});
- sock = new WebSocket("ws://" + window.location.host);
+ sock = new WebSocket("wss://" + window.location.host);
sock.onopen = function (e) {
enableButtons([ui.bBeginning, ui.bBackward,
ui.bTogglePlay, ui.bForward]);