Skip to content
Snippets Groups Projects
Commit 6b1b75f1 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4786: updating sendgrid settings

parent 3e4bbfd1
No related branches found
No related tags found
1 merge request!88Feature/istwcms 4786 ebremner sendgrid
...@@ -8,10 +8,10 @@ uw_cfg_common.ldap: ...@@ -8,10 +8,10 @@ uw_cfg_common.ldap:
pwd: pwd:
type: string type: string
label: 'LDAP password' label: 'LDAP password'
uw_cfg_common.sendgrid: sendgrid_integration.settings:
type: config_object type: config_object
label: 'Sendgrid settings' label: 'Sendgrid settings - API Key'
mapping: mapping:
secret_key: apikey:
type: string type: string
label: 'API key for sendgrid' label: 'API key for sendgrid'
...@@ -191,9 +191,6 @@ function uw_cfg_common_install() { ...@@ -191,9 +191,6 @@ function uw_cfg_common_install() {
} }
$weight++; $weight++;
} }
// ISTWCMS-4786: setting the correct site wide admin email.
\Drupal::config('system.site')->setData(['mail' => 'wcmsadmin@uwaterloo.ca']);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment