Properly consume the `externalURL` value in the standalone web server
Created by: valerybugakov
Steps to reproduce:
- set
externalURL
in thedev-private
site-config sg start web-standalone
- check the value of the
window.context.externalURL
- the value if different from the one set in the local site-config
Expected behavior:
The externalURL
value set in the local site-config is propagated correctly to the client running on the standalone web server.
/cc @taylorsperry @jasongornall