Update API server URL for staging

This commit is contained in:
Andrew Miner
2015-05-11 15:06:30 -07:00
parent e2f8d83c6b
commit 7a05862be2
+1 -1
View File
@@ -33,7 +33,7 @@ switch window.location.hostname
when 'new.crafting-guide.com'
global.env = 'staging'
logger.level = Logger.VERBOSE
apiBaseUrl = 'https://crafting-guide-production.herokuapp.com'
apiBaseUrl = 'https://crafting-guide-staging.herokuapp.com'
when 'crafting-guide.com'
global.env = 'production'
logger.level = Logger.INFO