Added missing settings template

This commit is contained in:
fergal.moran
2012-08-20 17:23:18 +01:00
parent 39813af242
commit 5a2ce09d73

View File

@@ -0,0 +1,6 @@
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 }}'
}