Skip to content
Snippets Groups Projects
Commit c3ef96cf authored by jurgenhaas's avatar jurgenhaas
Browse files

#49 Allow to explicitly set danse_notification_delivery on stages

parent 95b56c7e
No related branches found
No related tags found
1 merge request!32Merging develop into main
Pipeline #573647 failed
......@@ -38,6 +38,8 @@ $config['smtp.settings']['smtp_port'] = '1025';
$config['smtp.settings']['smtp_protocol'] = 'standard';
$config['smtp.settings']['smtp_username'] = '';
$config['smtp.settings']['smtp_password'] = '';
$settings['danse_notification_delivery'] = {{ drupal.danse_notification_delivery|default('FALSE') }};
{% endif %}
{% elseif drupal.version <= 7 %}
$databases = array(
......
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