mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Local port is now 2578
This commit is contained in:
parent
05ba38ef31
commit
7a01d25b19
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class NylasAPI
|
|||
|
||||
constructor: ->
|
||||
@_lockTracker = new NylasAPIChangeLockTracker()
|
||||
@LocalSyncRoot = 'http://localhost:5100'
|
||||
@LocalSyncRoot = 'http://localhost:2578'
|
||||
|
||||
env = NylasEnv.config.get('env')
|
||||
if env is 'local'
|
||||
|
|
Loading…
Reference in a new issue