This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Description
As a user of a cobudget-ui instance
In order to have a delightful user experience
I want to only see http(s)://myhost.org in my web browser
Given source code checkout of cobudget-ui
And I have configured a proxy from http://mygroup.org:80 to http://cobudgethost:9000
When I run npm start and friends
Then I won't see the default port 9000 used anywhere
We need to run npm start on a high port (obviously don't run as root just to grab port 80).
However, it's unclear how to configure the internal generation of urls to use port 80 when the default is port 9000.