From 6b3ca3174772c84268be840e5b0b8dfe0154a2ac Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 9 Feb 2021 14:53:55 +0100 Subject: [PATCH] Update index.html --- sources/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sources/index.html b/sources/index.html index c82ce2b..96679bd 100644 --- a/sources/index.html +++ b/sources/index.html @@ -52,11 +52,13 @@ auto_away: 300, auto_reconnect: true, bosh_service_url: 'https://__DOMAIN____PATH__/http-bind', + default_domain: '__DOMAIN__', message_archiving: 'always', - view_mode: 'fullscreen' + view_mode: 'fullscreen', + assets_path: '/dist/', + play_sounds: true, + sounds_path: '${assets_path}/sounds/' }); - - \ No newline at end of file