Skip to content

Change development server port to 8080Β #310

@juagargi

Description

@juagargi

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions