diff --git a/README.md b/README.md index d03d7e9..985ed61 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ return [ * This is particularly useful for running things in the CI, * e.g. Cypress tests. */ - 'override-all' => env('FEATURE_FLAGS_ENABLE_ALL'), + 'override-all' => env('FEATURE_FLAGS_OVERRIDE_ALL'), /** * Override flags. If a feature flag is set inside an override, diff --git a/config/feature-flags.php b/config/feature-flags.php index 8eb2b62..7d1a082 100644 --- a/config/feature-flags.php +++ b/config/feature-flags.php @@ -27,7 +27,7 @@ * This is particularly useful for running things in the CI, * e.g. Cypress tests. */ - 'override-all' => env('FEATURE_FLAGS_ENABLE_ALL'), + 'override-all' => env('FEATURE_FLAGS_OVERRIDE_ALL'), /** * Override flags. If a feature flag is set inside an override,