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 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:

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