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 addresses #1088

Merged
merged 12 commits into from
Jan 23, 2025
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
2 changes: 1 addition & 1 deletion ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ configuration_all:
nuxtclient: false
SC_CONTACT_EMAIL:
value: "[email protected]"
server: false
server: true
client: true
nuxtclient: false
ACCESSIBILITY_REPORT_EMAIL:
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/dbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SC_SHORTNAME: dbc
SC_TITLE: dBildungscloud
SC_PRODUCTNAME: dBildungscloud
SC_NAV_TITLE: dBildungscloud
SC_CONTACT_EMAIL: [email protected]
GLOBAL_ANNOUNCEMENT_TEXT: ''
GLOBAL_ANNOUNCEMENT_ROLES: teacher,administrator

Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/loadtest/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SMTP
SMTP_SENDER: [email protected]
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
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
2 changes: 1 addition & 1 deletion ansible/host_vars/prod-dbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
# SUPPORT_EMAIL
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SMTP_SENDER: [email protected]
SMTP_SENDER: [email protected]
2 changes: 1 addition & 1 deletion ansible/host_vars/prod-nbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUPPORT_WISH_EMAIL_ADDRESS: "[email protected]"
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
2 changes: 1 addition & 1 deletion ansible/host_vars/ref-audit/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SUPPORT_EMAIL

SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
#SUPPORT_PROBLEM_EMAIL_ADDRESS:
#SUPPORT_PROBLEM_EMAIL_ADDRESS:

3 changes: 2 additions & 1 deletion ansible/host_vars/ref-dbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SUPPORT_EMAIL

SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
#SUPPORT_PROBLEM_EMAIL_ADDRESS:

#SUPPORT_PROBLEM_EMAIL_ADDRESS:

2 changes: 1 addition & 1 deletion ansible/host_vars/ref-thr/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ JWT_PUBLIC_KEY: '-----BEGIN RSA PUBLIC KEY-----\nMIICCgKCAgEAsMKXe1sn5Ifc0wxEdsm

FEATURE_TSP_SYNC_ENABLED: "true"
FEATURE_TSP_MIGRATION_ENABLED: "true"
TSP_API_CLIENT_BASE_URL: https://test.schulportal-thueringen.de/tip-ms/api
TSP_API_CLIENT_BASE_URL: https://test.schulportal-thueringen.de/tip-ms/api
Loading