Created
June 27, 2025 05:56
-
-
Save wullemsb/f62bef840193cb5d94280c8017abb2fa to your computer and use it in GitHub Desktop.
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
{ | |
"Logging": { | |
"LogLevel": { | |
"Default": "Information", | |
"Microsoft.AspNetCore": "Warning" | |
} | |
}, | |
"AllowedHosts": "*", | |
"feature_management": { | |
"feature_flags": [ | |
{ | |
"id": "NewFunctionality", | |
"enabled": true, | |
"conditions": { | |
"client_filters": [ | |
{ | |
"name": "Microsoft.Percentage", | |
"parameters": { | |
"Value": 50 | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment