Skip to content

Commit

Permalink
update play servers
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed May 29, 2024
1 parent bdd8a46 commit 58f25e1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/main/sessionwindow/sessionwindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -995,16 +995,11 @@ export class SessionWindow implements IDisposable {

this._remoteServerSelectDialog.load();

// switched them from binderhub to jupyterhub so they don't required the "/v2/gh/neurodesk/neurodesktop/main"
this._registry.getRunningServerList().then(runningServers => {
runningServers.push(
'https://play-sydney.neurodesk.org/v2/gh/neurodesk/neurodesktop/main'
);
runningServers.push(
'https://play-iowa.neurodesk.org/v2/gh/neurodesk/neurodesktop/main'
);
runningServers.push(
'https://play-frankfurt.neurodesk.org/v2/gh/neurodesk/neurodesktop/main'
);
runningServers.push('https://play.neurodesk.cloud.edu.au/');
runningServers.push('https://play-iowa.neurodesk.org/');
runningServers.push('https://play-frankfurt.neurodesk.org/');
this._remoteServerSelectDialog.setRunningServerList(runningServers);
});
}
Expand Down

0 comments on commit 58f25e1

Please # to comment.