We have some Tugboat config examples that create a symlink to the Drupal config dir. This is because the Drupal web root is symlinked into the apache web root, and the Drupal config may be outside of that Drupal web root. For example if the Drupal config is in /var/lib/tugboat/config and the Drupal web root is /var/lib/tugboat/web (which gets symlinked to /var/www/html aka $DOCROOT). When the webserver tries to find the config, it my look in /var/www/config which would not be correct.
Instead of using a symlink to resolve this problem, we should instead suggest adding this to settings.local.php:
We have some Tugboat config examples that create a symlink to the Drupal config dir. This is because the Drupal web root is symlinked into the apache web root, and the Drupal config may be outside of that Drupal web root. For example if the Drupal config is in
/var/lib/tugboat/config
and the Drupal web root is/var/lib/tugboat/web
(which gets symlinked to/var/www/html
aka$DOCROOT
). When the webserver tries to find the config, it my look in/var/www/config
which would not be correct.Instead of using a symlink to resolve this problem, we should instead suggest adding this to settings.local.php: