File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { Session } from '../models';
17
17
export default class SessionStore {
18
18
private _store : Store ;
19
19
20
- proxyServer = IS_PROD ? 'mailbox.staging.lightningcluster.com :443' : 'aperture:11110' ;
20
+ proxyServer = IS_PROD ? 'mailbox.terminal.lightning.today :443' : 'aperture:11110' ;
21
21
22
22
/** the collection of sessions */
23
23
sessions : ObservableMap < string , Session > = observable . map ( ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var addSessionCommand = cli.Command{
43
43
cli.StringFlag {
44
44
Name : "mailboxserveraddr" ,
45
45
Usage : "the host:port of the mailbox server to be used" ,
46
- Value : "mailbox.staging.lightningcluster.com :443" ,
46
+ Value : "mailbox.terminal.lightning.today :443" ,
47
47
},
48
48
cli.BoolFlag {
49
49
Name : "devserver" ,
You can’t perform that action at this time.
0 commit comments