What am I missing here?
One more thing - static one-page apps don't have configuration in the
normal sense since they are ... well ... static!
The way the docker image fixes this is by doing a envsubst in the html
and js based on those env variables.
If you are not using the docker image you need to do something similar.
The alternative would be for the js to load a config.json on each
request like mdq-browser does but that is too much of a network hit
for something like thiss-js where very ms counts.
Cheers Leif