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-1507 copy ctl tools #756

Merged
merged 3 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -960,3 +960,8 @@ configuration_all:
server: true
client: false
nuxtclient: false
FEATURE_CTL_TOOLS_COPY_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_LTI_TOOLS_ENABLED: "false"
FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "true"
FEATURE_GROUPS_IN_COURSE_ENABLED: "true"
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "true"
FEATURE_CTL_TOOLS_COPY_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 @@ -7,6 +7,8 @@ ALERT_STATUS_URL: https://status.niedersachsen.cloud/
NEXTCLOUD_REDIRECT_URL: https://nextcloud.niedersachsen.cloud/apps/files/?dir=/
NEXTCLOUD_BASE_URL: https://nextcloud.niedersachsen.cloud

FEATURE_CTL_TOOLS_COPY_ENABLED: "false"

FEATURE_IDENTITY_MANAGEMENT_STORE_ENABLED: "false"

# Bettermarks urls
Expand Down
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 @@ -9,3 +9,5 @@ NEXTCLOUD_BASE_URL: https://nextcloud.staging.niedersachsen.dbildungscloud.org/

BETTERMARKS_APPS_URL: "https://apps.bettermarks.staging.niedersachsen.dbildungscloud.org"
BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.staging.niedersachsen.dbildungscloud.org"

FEATURE_CTL_TOOLS_COPY_ENABLED: "false"