From c09191a91e9c2326893d4d698eaea256ea6045e8 Mon Sep 17 00:00:00 2001 From: mamutmk5 <3045922+mamutmk5@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:45:32 +0100 Subject: [PATCH] BC-8328 - license check also on prod nbc off (#1010) --- ansible/host_vars/prod-nbc/cfg.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/host_vars/prod-nbc/cfg.yml b/ansible/host_vars/prod-nbc/cfg.yml index 349a057b5..ae140cc5d 100644 --- a/ansible/host_vars/prod-nbc/cfg.yml +++ b/ansible/host_vars/prod-nbc/cfg.yml @@ -21,6 +21,5 @@ SCHULCONNEX_CLIENT__API_URL: "https://api-dienste.moin.schule/v1" SCHULCONNEX_CLIENT__TOKEN_ENDPOINT: "https://auth.moin.schule/realms/moins/protocol/openid-connect/token" PROVISIONING_SCHULCONNEX_POLICIES_INFO_URL: "https://api-dienste.moin.schule/v1/policies-info" -FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: "true" FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "false"