aspnetcore/samples/SampleApp/appsettings.Development.json

16 lines
314 B
JSON

{
"Kestrel": {
"Endpoints": {
"NamedEndpoint": { "Url": "http://localhost:6000" },
"NamedHttpsEndpoint": {
"Url": "https://localhost:6443",
"Certificate": {
"Subject": "localhost",
"Store": "My",
"AllowInvalid": true
}
}
}
}
}