wunderio / drupal-project

Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
GNU General Public License v2.0
35 stars 6 forks source link

Review settings.php & settings.silta.php and consolidate code where possible #381

Closed tormi closed 6 months ago

tormi commented 10 months ago

Problem

In settings.php and settings.silta.php is partially overlapping code that could be consolidated. For example:

It is important to keep the universal settings in settings.php and handle only Silta-specific settings in settings.silta.php. Currently, it is sometimes the other way around and causes the local environment settings to be duplicated in the settings.php file because settings.silta.php is not available locally.

cc: @agnis-mateuss