Skip to content

Commit

Permalink
Update sample to answer github issue question
Browse files Browse the repository at this point in the history
  • Loading branch information
unaizorrilla committed Apr 4, 2022
1 parent a89e29d commit b2b1762
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "tests", "samples"],
"sdk": {
"version": "6.0.101"
"version": "6.0.201"
}
}
11 changes: 9 additions & 2 deletions samples/GettingStarted.AspNetCore.Mvc/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
"Features": [
{
"Name": "PrivacyFeature",
"Enabled": false,
"Toggles": []
"Enabled": true,
"Toggles": [
{
"Type": "Esquio.AspNetCore.Toggles.HostEnvironmentToggle, Esquio.AspNetCore",
"Parameters": {
"Environments": "Development"
}
}
]
},
{
"Name": "HiddenGem",
Expand Down

0 comments on commit b2b1762

Please sign in to comment.