Allow you to use GALAXY=localhost:9414 for interacting w/ a galaxy w/o an ssh tunnel

This commit is contained in:
Naomi Seyfer
2013-06-27 10:11:57 -07:00
parent 1919705e40
commit 09e468ebc5

View File

@@ -111,7 +111,8 @@ Fiber(function () {
context.galaxyHost = process.env.GALAXY.substr("ssh://".length);
context.sshIdentity = argv["ssh-identity"];
} else {
context.galaxyUrl = process.env.GALAXY;
context.galaxyUrl = process.env.GALAXY + "/ultraworld";
context.adminBaseUrl = process.env.GALAXY;
}
var appDir = files.findAppDir();