mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Allow you to use GALAXY=localhost:9414 for interacting w/ a galaxy w/o an ssh tunnel
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user