Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created June 27, 2025 05:56
Show Gist options
  • Save wullemsb/f62bef840193cb5d94280c8017abb2fa to your computer and use it in GitHub Desktop.
Save wullemsb/f62bef840193cb5d94280c8017abb2fa to your computer and use it in GitHub Desktop.
{
"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