Skip to content

Commit

Permalink
Set va_gov_vets_website_root correctly on Tugboat.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Oct 3, 2023
1 parent 146d4e5 commit 83d87da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docroot/sites/default/settings/settings.tugboat.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 83d87da

Please sign in to comment.