Skip to content

Instantly share code, notes, and snippets.

@WernerMairl
Created July 20, 2017 05:00
Show Gist options
  • Save WernerMairl/d32aadde8cad2edbbfcb16d5fa693fe4 to your computer and use it in GitHub Desktop.
Save WernerMairl/d32aadde8cad2edbbfcb16d5fa693fe4 to your computer and use it in GitHub Desktop.
SettingsFile With Sections
{
"AppSettings": {
"Setting1": "value1",
"Setting2": "value2"
},
"Hosting": {
"urls": "https://*:5000",
"environment": "Production"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment