Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 16, 2020 14:50
Show Gist options
  • Save kasunkv/32778f9514f773755e47cdead126105f to your computer and use it in GitHub Desktop.
Save kasunkv/32778f9514f773755e47cdead126105f to your computer and use it in GitHub Desktop.
Defining feature flags in appsettings.json
{
...
"FeatureManagement": {
"Promotion": false,
"Promotion.Discounts": false,
"Suggestion.User": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment