Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote!

Quotes and double quotes  surrounding surrounding the target path and property names are required to prevent overwriting of properties. For further information, see Working with STR.

...

Note
titleNote!

After having configured the properties, this section:

Code Block
# Http url to platform, e.g http://localhost:9000
if [ -z "${MZ_PLATFORM+x}" ]; then
    MZ_PLATFORM="http://localhost:9000"
    export MZ_PLATFORM

in the $MZ_HOME/bin/mzsh file needs to be updated to state https instead of http for both the Platform and the ECs.


Note
titleRestart Required

After the configuration is done all affected processes need to be restarted. Use the following command:

Code Block
mzsh restart platform ui