Last active
September 12, 2025 23:17
-
-
Save ErikBean/5b2b49be16e7dee07b413714093fc33b to your computer and use it in GitHub Desktop.
Feature Flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "setting": "sortByQuantity", | |
| "value": false, | |
| "except": [ | |
| { | |
| "value": true, | |
| "environment": [ | |
| "qa", | |
| "sec" | |
| ] | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment