From f54377eb8afa4ec9c5f246d80bfccb6193f6b14a Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sun, 27 Apr 2014 17:37:51 +0100 Subject: [PATCH] Update default http config to add new zeroconf-websocket option --- mopidy/http/ext.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mopidy/http/ext.conf b/mopidy/http/ext.conf index d35229bc..39bd6866 100644 --- a/mopidy/http/ext.conf +++ b/mopidy/http/ext.conf @@ -4,3 +4,4 @@ hostname = 127.0.0.1 port = 6680 static_dir = zeroconf = Mopidy HTTP server on $hostname +zeroconf-websocket = Mopidy websocket server on $hostname \ No newline at end of file