Files
dss/templates/javascript/settings.js
2012-08-27 16:16:07 +01:00

6 lines
286 B
JavaScript

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 }}';
}