mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
adding warning message about package server
This commit is contained in:
@@ -124,6 +124,8 @@ _.extend(exports, {
|
||||
host = localhostOffset(20);
|
||||
else
|
||||
host = getUniverse().replace(/^www\./, 'test-packages.');
|
||||
console.log("XXX: currently using http, not https for package server.");
|
||||
|
||||
return "http://" + host;
|
||||
return addScheme(host);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user