If someone brings their own drupal project, and follows our Drupal Guide (see issue 4073 in the docs), it includes the platformsh.settings.php file from this template and instructs users to add it to their project. HOWEVER, the template's platformsh.settings.php file assumes that
has already been set in the settings.php file (which is included the template's version but isn't necessarily in a user's code base). Seeing as how this a required setting (the web installer fails if the above setting isn't set when the installer tries to write to the settings.php file), should we move that setting from settings.php into platformsh.settings.php?
Include some logs
N/A
Reproducing
Create a d10 recommended project from scratch.
follow our drupal 10 guide that uses the template's platformsh.settings.php file
try to install drupal via the web GUI installer
Expected behavior
n/a
Your environment
n/a
Screenshots
No response
Additional context
If we decide there are reasons to not move the configuration setting into the platformsh.settings.php file, then we'll need to update the drupal guide to include adding this setting into their settings.php file.
Describe the bug
If someone brings their own drupal project, and follows our Drupal Guide (see issue 4073 in the docs), it includes the platformsh.settings.php file from this template and instructs users to add it to their project. HOWEVER, the template's platformsh.settings.php file assumes that
has already been set in the settings.php file (which is included the template's version but isn't necessarily in a user's code base). Seeing as how this a required setting (the web installer fails if the above setting isn't set when the installer tries to write to the settings.php file), should we move that setting from settings.php into platformsh.settings.php?
Include some logs
N/A
Reproducing
Expected behavior
n/a
Your environment
n/a
Screenshots
No response
Additional context
If we decide there are reasons to not move the configuration setting into the platformsh.settings.php file, then we'll need to update the drupal guide to include adding this setting into their settings.php file.