Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

In your UM Cloud installation you cannot just SSH into your machine and edit one of the familiar configuration files (cmsbs.properties, additional.attributes etc.) to update certain global settings, modify the data model or add custom CSE plugins.

...

  • env/test/cmsbs-conf/conf.d/

  • env/staging/cmsbs-conf/conf.d/

  • env/prod/cmsbs-conf/conf.d/

...

Adding and overwriting configuration files

...

All configuration files in cmsbs-conf/conf.d/ that are provided by Pinuts share the same file name prefix _pi. and thus will be evaluated first.

Implementing custom REST endpoints, Jobs, Callbacks etc.

Besides adding configuration files you can also add everything that can be implemented using UM’s Core Scripting Engine like…

  • REST endpoints

  • Cronjobs

  • Callbacks and Hooks

  • Backoffice Wizards

See Tutorials for examples of frequently used programming patterns.

Info

Hint

Go to Extras / System / cmsbs.properties in the UM backoffice GUI to see the effective values for all global config variables.

Likewise, go to Extras / System / additional.attributes to see the accumulated attribute configuration.

...