aspnetcore/samples/DatabaseErrorPageSample/Properties/launchSettings.json

15 lines
267 B
JSON

{
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNET_ENV": "Development"
}
},
"web": {
"commandName": "web",
"commandLineArgs": " "
}
}
}