Don't load main config twice
Before, the main_config (e.g. 'configuration.py' or 'ldap_config.py') were loaded twice.
The first load was hard-coded and correct.
The second load was during the discovery phase for dynamic configurations.
This has now been fixed. During the discovery for dynamic configurations,
the main_config file is now excluded.

Thanks @tobiasge for discovering this bug.
1 parent 009eb1f commit 95976f4cf4cfb49aae723056138ecaa10241944b
@Christian Mäder Christian Mäder authored on 24 Feb 2021
Showing 1 changed file
View
docker/configuration.docker.py