24 lines
665 B
JSON
24 lines
665 B
JSON
|
{
|
|||
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|||
|
"iisSettings": {
|
|||
|
"windowsAuthentication": false,
|
|||
|
"anonymousAuthentication": true,
|
|||
|
"iisExpress": {
|
|||
|
"applicationUrl": "http://localhost:50501",
|
|||
|
"sslPort": 44349
|
|||
|
}
|
|||
|
},
|
|||
|
"profiles": {
|
|||
|
"http": {
|
|||
|
"commandName": "Project",
|
|||
|
"dotnetRunMessages": true,
|
|||
|
"launchBrowser": false,
|
|||
|
"launchUrl": "swagger",
|
|||
|
"applicationUrl": "http://localhost:5277",
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|