Files
DredgePos/bin/Debug/net6.0/Properties/launchSettings.json
2021-10-23 19:59:20 +10:00

29 lines
687 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:55543",
"sslPort": 44383
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"WebApplication": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"applicationUrl": "http://localhost:55543;http://localhost:55543",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}