From e85b28ef557c7f250fe79a6b7d69838c1ac94cc5 Mon Sep 17 00:00:00 2001 From: Arne Gnisa Date: Tue, 23 Apr 2024 13:01:49 +0200 Subject: [PATCH] N21-1879 activates the course sync functionality for moin.schule in ref/stage and prod (#852) --- ansible/host_vars/prod-nbc/cfg.yml | 1 - ansible/host_vars/ref-nbc/cfg.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/ansible/host_vars/prod-nbc/cfg.yml b/ansible/host_vars/prod-nbc/cfg.yml index 9c7be16b6..39510a475 100644 --- a/ansible/host_vars/prod-nbc/cfg.yml +++ b/ansible/host_vars/prod-nbc/cfg.yml @@ -18,4 +18,3 @@ BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.niedersachsen.cloud" # SCHULCONNEX / SANIS / moin.schule Client SCHULCONNEX_CLIENT__API_URL: "https://api-dienste.moin.schule/v1" SCHULCONNEX_CLIENT__TOKEN_ENDPOINT: "https://auth.moin.schule/realms/moins/protocol/openid-connect/token" -FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "false" diff --git a/ansible/host_vars/ref-nbc/cfg.yml b/ansible/host_vars/ref-nbc/cfg.yml index 159a23ed2..e48e19ddc 100644 --- a/ansible/host_vars/ref-nbc/cfg.yml +++ b/ansible/host_vars/ref-nbc/cfg.yml @@ -11,5 +11,3 @@ BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.staging.niedersachsen.dbildu # Migration wizard FEATURE_USER_MIGRATION_SYSTEM_ID: "62dab6401c473a01956a0d7d" - -FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "false"