Fix localhost urlroot for billing

This commit is contained in:
Michael Pfister 2017-01-09 15:46:37 -08:00
parent 0bcda05832
commit e039bdb488

View file

@ -51,7 +51,7 @@ class IdentityStore extends NylasStore {
_onEnvChanged = () => {
const env = NylasEnv.config.get('env')
if (['development', 'local'].includes(env)) {
this.URLRoot = "http://localhost:5009";
this.URLRoot = "http://billing.lvh.me:5555";
} else if (env === 'experimental') {
this.URLRoot = "https://billing-experimental.nylas.com";
} else if (env === 'staging') {