In R5.0 the secondary config is stored in the config table.
**config_defaults.php** - holds only the default values and is overwritten by secondary config via ##array_merge##
Changes in the secondary config can be done via
1. editing ##config_value## in your config table via phpMyAdmin.
* Don't forget to delete the **_cache/config/config.php** afterwards, e.g. ##""{{admincache}}""##
1. the new Admin panel
* for that you must define the ##recovery_password## in the config file first, then call **yourwiki/admin.php**
-> ((/Dev/Components/Configuration))