mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 02:58:20 +08:00
Fix localhost urlroot for billing
This commit is contained in:
parent
0bcda05832
commit
e039bdb488
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue