-
-
Save gigafied/3494707 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var USE_LOCAL_JSON = true, | |
globals = { | |
settings : { | |
TEMPLATE_DEBUG : true | |
}, | |
USE_LOCAL_JSON : USE_LOCAL_JSON, | |
STATIC_URL : "static/", | |
SCHEDULE_FEED_URL : ( !USE_LOCAL_JSON ? "feed/schedule/" : "static/json/schedule.json"), | |
LIVE_EVENTS_FEED_URL : ( !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