For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 old settings.

Solution

To force a configuration refresh, send a POST request to the address below:

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

where:

  • CONFIG_SERVER_URL - the address of the configuration server application,

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

Last updated

Was this helpful?