Skip to content

Commit cf6c51f

Browse files
authored
Merge pull request #426 from wunderio/feature/QAG-41
QAG-41: Remove Warden settings
2 parents a4a690d + 3f8b1fd commit cf6c51f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/sites/default/settings.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
$settings['config_sync_directory'] = '../config/sync';
2929

3030
// Load services definition file.
31+
// Note: settings.silta.php defines Monolog services override via silta.services.yml.
32+
// @see: https://github.com/wunderio/charts/blob/master/drupal/files/silta.services.yml
3133
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/services.yml';
3234

3335
// The default list of directories that will be ignored by Drupal's file API.
@@ -61,8 +63,6 @@
6163
switch ($env) {
6264
case 'production':
6365
$settings['simple_environment_indicator'] = 'DarkRed Production';
64-
// Warden settings.
65-
$config['warden.settings']['warden_token'] = getenv('WARDEN_TOKEN');
6666
break;
6767

6868
case 'main':
@@ -99,6 +99,7 @@
9999
}
100100

101101
// Silta cluster configuration overrides.
102+
// @see: https://github.com/wunderio/charts/blob/master/drupal/files/settings.silta.php
102103
if (getenv('SILTA_CLUSTER') && file_exists(DRUPAL_ROOT . '/sites/default/settings.silta.php')) {
103104
include DRUPAL_ROOT . '/sites/default/settings.silta.php';
104105
}

0 commit comments

Comments
 (0)