File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
6163switch ($ 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 ' :
9999}
100100
101101// Silta cluster configuration overrides.
102+ // @see: https://github.com/wunderio/charts/blob/master/drupal/files/settings.silta.php
102103if (getenv ('SILTA_CLUSTER ' ) && file_exists (DRUPAL_ROOT . '/sites/default/settings.silta.php ' )) {
103104 include DRUPAL_ROOT . '/sites/default/settings.silta.php ' ;
104105}
You can’t perform that action at this time.
0 commit comments