File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
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.
9799}
98100
99101// Silta cluster configuration overrides.
102+ // @see: https://github.com/wunderio/charts/blob/master/drupal/files/settings.silta.php
100103if (getenv ('SILTA_CLUSTER ' ) && file_exists (DRUPAL_ROOT . '/sites/default/settings.silta.php ' )) {
101104 include DRUPAL_ROOT . '/sites/default/settings.silta.php ' ;
102105}
You can’t perform that action at this time.
0 commit comments