diff --git a/qa/main.go b/qa/main.go index b08acd3d..f4fd6b4a 100644 --- a/qa/main.go +++ b/qa/main.go @@ -15,6 +15,11 @@ import ( func reloadSettings(config *settings.Settings) { api.ManagerUsers = config.DelegatedQA + fic.UnlockedChallengeDepth = config.UnlockedChallengeDepth + fic.UnlockedChallengeUpTo = config.UnlockedChallengeUpTo + fic.UnlockedStandaloneExercices = config.UnlockedStandaloneExercices + fic.UnlockedStandaloneExercicesByThemeStepValidation = config.UnlockedStandaloneExercicesByThemeStepValidation + fic.UnlockedStandaloneExercicesByStandaloneExerciceValidation = config.UnlockedStandaloneExercicesByStandaloneExerciceValidation } func main() {