Allow site to recognize "staging.crafting-guid..."
This commit is contained in:
@@ -40,7 +40,7 @@ switch global.hostName
|
||||
global.env = 'local'
|
||||
logger.level = Logger.DEBUG
|
||||
apiBaseUrl = 'http://local.crafting-guide.com:8001'
|
||||
when 'new.crafting-guide.com'
|
||||
when 'staging.crafting-guide.com'
|
||||
global.env = 'staging'
|
||||
logger.level = Logger.VERBOSE
|
||||
apiBaseUrl = 'https://crafting-guide-staging.herokuapp.com'
|
||||
|
||||
Reference in New Issue
Block a user