-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Our development server is located at
SCIONLAB_SITE = 'http://localhost:8000'
(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:
config.vm.network "forwarded_port", guest: 8000, host: 8000, protocol: "tcp"
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.
matzf
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers