You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lando Pantheon recipe does create a PANTHEON_ENVIRONMENT variables. Which is why the wp-config.php needs updated. Locally the config creates the constants based on it being a Pantheon Environment which equals lando.
Include the whoops plugin by default. This requires modifying the
wp-config.php
to include the necessary environment variables.The
WP_DEBUG_DISPLAY
constant will need defined here:example-wordpress-composer/web/wp-config.php
Lines 73 to 77 in 1f26f91
The Lando Pantheon recipe does create a
PANTHEON_ENVIRONMENT
variables. Which is why thewp-config.php
needs updated. Locally the config creates the constants based on it being a Pantheon Environment which equalslando
.example-wordpress-composer/web/wp-config.php
Line 102 in 1f26f91
The text was updated successfully, but these errors were encountered: