Created
July 20, 2017 05:00
-
-
Save WernerMairl/d32aadde8cad2edbbfcb16d5fa693fe4 to your computer and use it in GitHub Desktop.
SettingsFile With Sections
This file contains 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
{ | |
"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