mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 08:54:12 +00:00
Added event create view
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
if (!window.appSettings){
|
||||
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 }}'
|
||||
appSettings.streamInfoUrl = 'http://{{ LIVE_STREAM_INFO_URL }}';
|
||||
}
|
||||
Reference in New Issue
Block a user