Manual operations on the configuration server
PreviousModification of business configurations (runtime)NextBest practices for documenting configuration parameters
Last updated
Was this helpful?
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.
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?
Was this helpful?
