Created
January 16, 2020 14:50
-
-
Save kasunkv/32778f9514f773755e47cdead126105f to your computer and use it in GitHub Desktop.
Defining feature flags in appsettings.json
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
{ | |
... | |
"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