Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-2167 preferred tools for boards #985

Merged
merged 11 commits into from
Oct 25, 2024
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1082,4 +1082,9 @@ configuration_all:
server: true
client: false
nuxtclient: false
FEATURE_PREFERRED_CTL_TOOLS_ENABLED:
value: "false"
server: true
client: false
nuxtclient: false

1 change: 1 addition & 0 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "true"
FEATURE_MIGRATION_WIZARD_WITH_USER_LOGIN_MIGRATION: "true"
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "true"
FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: "true"
FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "true"

TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false"
TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: "true"
Expand Down
2 changes: 2 additions & 0 deletions ansible/host_vars/prod-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +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_PREFERRED_CTL_TOOLS_ENABLED: "false"
2 changes: 2 additions & 0 deletions ansible/host_vars/ref-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ HYDRA_ISSUER_URL_SUFFIX: "/"

# Migration wizard
FEATURE_USER_MIGRATION_SYSTEM_ID: "62dab6401c473a01956a0d7d"

FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "false"