Added nag dialog for anonymous users

This commit is contained in:
Fergal Moran
2013-03-11 12:25:28 +00:00
parent de99540145
commit 34573e7f2e
37 changed files with 7019 additions and 4963 deletions

View File

@@ -3,6 +3,8 @@ if (!com.podnoms) com.podnoms = {};
com.podnoms.settings = {
CHAT_HOST: '{{ CHAT_HOST }}',
REALTIME_HOST: '{{ CHAT_HOST }}',
REALTIME_PORT: '{{ CHAT_HOST }}',
urlRoot:'{{ API_URL }}',
liveStreamRoot:'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
streamInfoUrl:'http://{{ LIVE_STREAM_INFO_URL }}',