Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLUSTER_ENDPOINT_URL isn't automatically set with new Meteor Up #134

Open
OiCMudkips opened this issue Oct 24, 2016 · 1 comment
Open

CLUSTER_ENDPOINT_URL isn't automatically set with new Meteor Up #134

OiCMudkips opened this issue Oct 24, 2016 · 1 comment

Comments

@OiCMudkips
Copy link

The new Meteor Up doesn't automatically set CLUSTER_ENDPOINT_URL per server. You need to use the old Meteor Up to get this functionality; otherwise your servers won't register themselves properly.

@diegojonio
Copy link

I used a script that runs on system startup that set it automatically.
You can have it pre-configured like CLUSTER_ENDPOINT_URL= and in your script you can do: sed -i "s//$(hostname -i)/g" PATH_TO_MUPX/mup.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants