Skip to content

Commit

Permalink
BC-8681 - replace nbc mail addresses (#1088)
Browse files Browse the repository at this point in the history
* replace nbc contact and accessibility report email
  • Loading branch information
hoeppner-dataport authored Jan 23, 2025
1 parent 18c9ef5 commit b602ae5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
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

0 comments on commit b602ae5

Please sign in to comment.