# Manual operations on the configuration server

## Manual configuration update in the application <a href="#operacjemanulanenaserwerzekonfiguracji-manulanaaktualizacjaaktualizacjikonfiguracjiwaplikacji" id="operacjemanulanenaserwerzekonfiguracji-manulanaaktualizacjaaktualizacjikonfiguracjiwaplikacji"></a>

### Description <a href="#operacjemanulanenaserwerzekonfiguracji-opis" id="operacjemanulanenaserwerzekonfiguracji-opis"></a>

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 is still using the old settings.

## Solution <a href="#operacjemanulanenaserwerzekonfiguracji-rozwiazanie" id="operacjemanulanenaserwerzekonfiguracji-rozwiazanie"></a>

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.
