All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 4m33s
33 lines
1.8 KiB
JSON
33 lines
1.8 KiB
JSON
{
|
||
"profiles": {
|
||
"http": {
|
||
"commandName": "Project",
|
||
"launchBrowser": true,
|
||
"launchUrl": "swagger",
|
||
"environmentVariables": {
|
||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
},
|
||
"dotnetRunMessages": true,
|
||
"applicationUrl": "http://localhost:5269"
|
||
},
|
||
"https": {
|
||
"commandName": "Project",
|
||
"launchBrowser": true,
|
||
"launchUrl": "swagger",
|
||
"environmentVariables": {
|
||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
},
|
||
"dotnetRunMessages": true,
|
||
"applicationUrl": "https://localhost:7293;http://localhost:5269"
|
||
}
|
||
},
|
||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||
"iisSettings": {
|
||
"windowsAuthentication": false,
|
||
"anonymousAuthentication": true,
|
||
"iisExpress": {
|
||
"applicationUrl": "http://localhost:52566",
|
||
"sslPort": 44310
|
||
}
|
||
}
|
||
} |