laucnhsettings update
continuous-integration/drone/push Build is passing Details

Projet
Dorian HODIN 2 years ago
parent 8c1ecd4a72
commit a8dac8014e

@ -1,7 +1,8 @@
{ {
"ExpandedNodes": [ "ExpandedNodes": [
"", "",
"\\Code" "\\Code",
"\\Code\\ProjetBlazor"
], ],
"SelectedNode": "\\Code\\BlazorApp.sln", "SelectedNode": "\\Code\\BlazorApp.sln",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false

Binary file not shown.

Binary file not shown.

@ -1,35 +1,28 @@
{ {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:6913",
"sslPort": 44309
}
},
"profiles": { "profiles": {
"Blazor": { "ProjetBlazor": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Production"
}, },
"applicationUrl": "https://localhost:7027;http://localhost:5027", "dotnetRunMessages": true,
"dotnetRunMessages": true "applicationUrl": "https://localhost:7236;http://localhost:5021"
}, },
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Production"
}
} }
}, },
"Docker": { "iisSettings": {
"commandName": "Docker", "windowsAuthentication": false,
"launchBrowser": true, "anonymousAuthentication": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", "iisExpress": {
"publishAllPorts": true, "applicationUrl": "http://localhost:4948",
"useSSL": true "sslPort": 44316
} }
} }
} }
Loading…
Cancel
Save