Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Config- or Admin-Server decision

In the GRAVITY server may serve as a standalone config server (for the browser plugins configuration) or in combination with the rest of the GRAVITY admin functionality. Please see the plugin configuration and DNS setup to point to your on premise GRAVITY config server.

Three variations are possible:

  • Standalone GRAVITY Admin server (Config will be done through the public config server at https://config.gravity.global)

  • Standalone GRAVITY Config server (Needed for on premise browser plugin configuration)

  • Combination of GRAVITY Admin and Config server. On server in a on premise environment has both functionality in one services combined.

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

BOOT-INF\classes\public\admin\assets\config\params.json

to get access to this file the server's .jar file can be temporary renamed to '.zip'. Use the following configuration options:

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

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.

  • No labels