Update API server URL for staging
This commit is contained in:
@@ -33,7 +33,7 @@ switch window.location.hostname
|
|||||||
when 'new.crafting-guide.com'
|
when 'new.crafting-guide.com'
|
||||||
global.env = 'staging'
|
global.env = 'staging'
|
||||||
logger.level = Logger.VERBOSE
|
logger.level = Logger.VERBOSE
|
||||||
apiBaseUrl = 'https://crafting-guide-production.herokuapp.com'
|
apiBaseUrl = 'https://crafting-guide-staging.herokuapp.com'
|
||||||
when 'crafting-guide.com'
|
when 'crafting-guide.com'
|
||||||
global.env = 'production'
|
global.env = 'production'
|
||||||
logger.level = Logger.INFO
|
logger.level = Logger.INFO
|
||||||
|
|||||||
Reference in New Issue
Block a user