Manual operations on the configuration server

Manual configuration update in the application

Description

When modifying the configuration from Eximee Designer or Eximee Dashboard, it may happen that after making changes they are not visible in the user interface or the application still uses the old settings.

Solution

To force a configuration refresh, make a POST request to the following address:

POST ${CONFIG_SERVER_URL}/api/config-server/v1/manual/config/refresh/{projectName}

where:

  • CONFIG_SERVER_URL - the endpoint of the configuration server application,

  • projectName - the name of the application for which we want to force the refresh.

Last updated

Was this helpful?