From 37611de2d700613c6168196f88d43f9cc6f38810 Mon Sep 17 00:00:00 2001 From: Bed Pandey Date: Wed, 20 Nov 2024 16:29:55 -0500 Subject: [PATCH] Update .env.example to equalaccess_lambda by default --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c88bf3a9..ba45b98c 100644 --- a/.env.example +++ b/.env.example @@ -44,7 +44,7 @@ VERSION_NUMBER="3.5.0" # Define which accessibility checker to use # Available options: "phpally", "equalaccess_local", "equalaccess_lambda" -ACCESSIBILITY_CHECKER="phpally" +ACCESSIBILITY_CHECKER="equalaccess_lambda" # NOTE: When using a lambda function with equal access, # you need to define the following in a separate .env.local: