Skip to content

Commit

Permalink
Update .env.example to equalaccess_lambda by default
Browse files Browse the repository at this point in the history
  • Loading branch information
panbed authored Nov 20, 2024
1 parent 31b0135 commit 37611de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37611de

Please sign in to comment.