You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
663 B
JSON
28 lines
663 B
JSON
2 years ago
|
{
|
||
2 years ago
|
"iisSettings": {
|
||
|
"windowsAuthentication": false,
|
||
|
"anonymousAuthentication": true,
|
||
|
"iisExpress": {
|
||
2 years ago
|
"applicationUrl": "http://localhost:5566",
|
||
|
"sslPort": 0
|
||
2 years ago
|
}
|
||
|
},
|
||
|
"profiles": {
|
||
|
"IIS Express": {
|
||
|
"commandName": "IISExpress",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
2 years ago
|
"Myshipping.Web.Entry": {
|
||
2 years ago
|
"commandName": "Project",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
2 years ago
|
},
|
||
|
"dotnetRunMessages": "true",
|
||
|
"applicationUrl": "http://localhost:5000"
|
||
2 years ago
|
}
|
||
|
}
|
||
|
}
|