From d672828022e5886436237f94eaecefd5e36df123 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 12 May 2014 21:43:55 +0200 Subject: Implement remote control --- slide_config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'slide_config.js') diff --git a/slide_config.js b/slide_config.js index 8cb5c2e..83ab855 100644 --- a/slide_config.js +++ b/slide_config.js @@ -20,8 +20,10 @@ var SLIDE_CONFIG = { favIcon : 'images/google_developers_logo_tiny.png', fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', 'Source Code Pro' ], - // theme: ['mytheme'], // Add your own custom themes or styles in - // /theme/css. Leave off the .css extension. + // theme: ['mytheme'], // Add your own custom themes or styles in + // /theme/css. Leave off the .css extension. + remoteSocket : "https://webcastor.herokuapp.com/", + remoteChannel : "HV2F4V4R", }, // Author information -- cgit v1.2.3