Skip to content

Instantly share code, notes, and snippets.

@jdeagle
Created August 28, 2012 03:28
Show Gist options
  • Save jdeagle/3494689 to your computer and use it in GitHub Desktop.
Save jdeagle/3494689 to your computer and use it in GitHub Desktop.
var globals = {
settings : {
TEMPLATE_DEBUG : true
},
USE_LOCAL_JSON : true,
STATIC_URL : "static/",
SCHEDULE_FEED_URL : ( !this.USE_LOCAL_JSON ? "feed/schedule/" : "static/json/schedule.json"),
LIVE_EVENTS_FEED_URL : ( !this.USE_LOCAL_JSON ? "feed/liveschedule/" : "static/json/live-schedule.json")
};
module.exports = globals;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment