mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-03 07:24:00 +00:00
6 lines
286 B
JavaScript
Executable File
6 lines
286 B
JavaScript
Executable File
if (!window.appSettings) {
|
|
window.appSettings = {};
|
|
appSettings.urlRoot = '{{ API_URL }}';
|
|
appSettings.liveStreamRoot = 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}';
|
|
appSettings.streamInfoUrl = 'http://{{ LIVE_STREAM_INFO_URL }}';
|
|
} |