From 74457b0d7de520c8fafb929f455a8806bad74077 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 23 Nov 2014 23:54:00 +0100 Subject: Production-ready --- config/settings.yml | 2 +- templates/home.julius | 2 +- 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]); -- cgit v1.2.3