Update Web UI Configuration
Last updated March 2020
-
Backup the
production.jsonfile then copy thedefault.jsonfile to production. Answeryesat the prompt.cp /opt/msys/app/webui/scripts/config/production.json /opt/msys/app/webui/scripts/config/production.json.bkup cp /opt/msys/app/webui/scripts/config/default.json /opt/msys/app/webui/scripts/config/production.json -
Manually migrate environment-specific settings from the
/opt/msys/app/webui/scripts/config/production.json.bkupfile to the/opt/msys/app/webui/scripts/config/production.jsonfile.All apiPorts and apiHosts default to localhost when set to false. This should be fine in most situations. There should not be many changes, and if the hosts are different they may need to be applied to the new API configuration stanzas. Specifically check for auth -> enabled and API hosts.
-
Edit the
/opt/msys/app/webui/scripts/config/production.jsonfile to turn on auth and adaptive delivery reporting.{ "auth" : { "enabled": true }, "adaptiveDelivery" : { "enabled": true } }
Was this page helpful?