-
Backup the
production.json
file then copy thedefault.json
file to production. Answeryes
at 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.bkup
file to the/opt/msys/app/webui/scripts/config/production.json
file.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.json
file to turn on auth and adaptive delivery reporting.{ "auth" : { "enabled": true }, "adaptiveDelivery" : { "enabled": true } }
Was this page helpful?