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

BC-8681 - replace nbc mail adresses #1085

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SC_SHORTNAME: nbc
SC_TITLE: Niedersächsische Bildungscloud
SC_PRODUCTNAME: Niedersächsische Bildungscloud
SC_NAV_TITLE: Niedersächsische Bildungscloud
SC_CONTACT_EMAIL: [email protected]
SC_CONTACT_EMAIL: [email protected]
GLOBAL_ANNOUNCEMENT_TEXT: ""
GLOBAL_ANNOUNCEMENT_ROLES: teacher,administrator
TRAINING_URL: "https://openelec.moodle-nds.de/course/index.php?categoryid=53"
Expand Down Expand Up @@ -95,7 +95,7 @@ ES_MERLIN_AUTH_URL: http://merlin.nibis.de/auth.php
# produktive Instanz
PROD_INSTANCE: true
# accessibility
ACCESSIBILITY_REPORT_EMAIL: [email protected]
ACCESSIBILITY_REPORT_EMAIL: [email protected]

# Identity Management
IDENTITY_MANAGEMENT__TENANT: "{{ SC_THEME }}"
Expand Down
Loading