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.
37 lines
953 B
JSON
37 lines
953 B
JSON
11 months ago
|
{
|
||
|
"profiles": {
|
||
|
"http": {
|
||
|
"commandName": "Project",
|
||
|
"launchBrowser": true,
|
||
|
"launchUrl": "swagger",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
},
|
||
|
"dotnetRunMessages": true,
|
||
|
"applicationUrl": "http://localhost:5048"
|
||
|
},
|
||
|
"IIS Express": {
|
||
|
"commandName": "IISExpress",
|
||
|
"launchBrowser": true,
|
||
|
"launchUrl": "swagger",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"Docker": {
|
||
|
"commandName": "Docker",
|
||
|
"launchBrowser": true,
|
||
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
||
|
"publishAllPorts": true
|
||
|
}
|
||
|
},
|
||
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||
|
"iisSettings": {
|
||
|
"windowsAuthentication": false,
|
||
|
"anonymousAuthentication": true,
|
||
|
"iisExpress": {
|
||
|
"applicationUrl": "http://localhost:53288",
|
||
|
"sslPort": 0
|
||
|
}
|
||
|
}
|
||
|
}
|