aspnetcore/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json

12 lines
192 B
JSON

{
"settingsKey": "settingsValue",
"AllowedHosts": "example.com;localhost",
"Kestrel": {
"Endpoints": {
"HTTP": {
"Url": "http://localhost:5002"
}
}
}
}