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:

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.