mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-25 19:17:35 +00:00
Started new socket.io interface
This commit is contained in:
@@ -2,9 +2,8 @@ if (!com) var com = {};
|
||||
if (!com.podnoms) com.podnoms = {};
|
||||
|
||||
com.podnoms.settings = {
|
||||
CHAT_HOST: '{{ CHAT_HOST }}',
|
||||
REALTIME_HOST: '{{ CHAT_HOST }}',
|
||||
REALTIME_PORT: '{{ CHAT_HOST }}',
|
||||
REALTIME_HOST: "{{ REALTIME_HOST }}",
|
||||
SOCKET_IO_JS_URL: "{{ SOCKET_IO_JS_URL }}",
|
||||
urlRoot: '{{ API_URL }}',
|
||||
liveStreamRoot: 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
|
||||
streamInfoUrl: 'http://{{ LIVE_STREAM_INFO_URL }}',
|
||||
|
||||
Reference in New Issue
Block a user