AacpsBusAlert/BinaryDad.AacpsBusAlert.Web/Properties/launchSettings.json

29 lines
673 B
JSON
Raw Normal View History

2022-09-15 11:08:53 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65473",
"sslPort": 0
}
},
"profiles": {
"BinaryDad.AacpsBusAlert.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5299",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}