You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually more complicated that I thought: there is no easy way to set the reverse port forwarding while provisioning the VM. This is unfortunate, because in development, we would like to connect to our coordinator running locally in our host machine, from the guest VM.
Our development server is located at
(That variable is used when generating the call to the
scionlab-config
script).Unfortunately this clashes with the
Vagrantfile
we deploy for user ASes, due to the port redirection:This situation forces us to edit the
Vagrantfile
to remove or edit that line.Changing the setting to have the development server somewhere else would remove this small inconvenience.
The text was updated successfully, but these errors were encountered: