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.
Problem
In settings.php and settings.silta.php is partially overlapping code that could be consolidated. For example:
$databases['default']['default']
$settings['hash_salt']
$settings['trusted_host_patterns']
It is important to keep the universal settings in
settings.php
and handle only Silta-specific settings insettings.silta.php
. Currently, it is sometimes the other way around and causes the local environment settings to be duplicated in thesettings.php
file becausesettings.silta.php
is not available locally.cc: @agnis-mateuss