From 83d87da586fe820111649cdc9c8e9b3caf7e7ad2 Mon Sep 17 00:00:00 2001 From: Nathan Douglas Date: Tue, 3 Oct 2023 11:06:20 -0400 Subject: [PATCH] Set `va_gov_vets_website_root` correctly on Tugboat. --- docroot/sites/default/settings/settings.tugboat.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docroot/sites/default/settings/settings.tugboat.php b/docroot/sites/default/settings/settings.tugboat.php index c1d2e1de44..6fc0eba297 100644 --- a/docroot/sites/default/settings/settings.tugboat.php +++ b/docroot/sites/default/settings/settings.tugboat.php @@ -59,6 +59,7 @@ $settings['va_gov_frontend_build_type'] = 'tugboat'; $settings['va_gov_app_root'] = getenv('TUGBOAT_ROOT'); $settings['va_gov_web_root'] = getenv('TUGBOAT_ROOT') . '/web'; +$settings['va_gov_vets_website_root'] = getenv('TUGBOAT_ROOT') . '/vets-website'; $settings['memcache']['servers'] = [ 'memcache:11211' => 'default', @@ -71,7 +72,7 @@ // PIV login does not currently work on Tugboat. // -// To avoid confusing editors, we want to disable PIV login completely on +// To avoid confusing editors, we want to disable PIV login completely on // Tugboat demo environments. // // However, we want to _preserve_ the PIV login interface on Tugboat PR