Versions Compared

Key

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

...

  • Standalone GRAVITY Admin server (Config will be done through the public config server at https://config.gravity.global). Can be set in the Admin UI as ‘Default'.

  • Standalone GRAVITY Config server (Needed for on premise browser plugin configuration). Can be set in the Admin UI as ‘Config endpoint'.

  • Combination of GRAVITY Admin and Config server. On server in a on premise environment has both functionality in one services combined. Can be set in the Admin UI as ‘All'.

The required mode can be set in the GRAVITY admin interface: Settings → Admin Site → UI mode

...

Programmatically initializing

The setup of the desired variation is done during setup of the app service. To choose the configuration you have to configure the file:

...

Code Block
configEndpoint=true //show only items related to config endpoint

configEndpoint=false //show only items NOT related to config endpoint

configEndpoint is missing //show all menu items
Info
Version 1.12.2 and higher
“?configEndpoint=enabled” can be added at the admin site as an app query parameter:

https://url.hoster.ch/gravity/admin/index.html?configEndpoint=enabled

This will activate the ‘environment’ function in the quick navigation.