82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
|
|
},
|
|
"ancmHostingModel": "OutOfProcess"
|
|
},
|
|
"ServiceHost": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
|
|
},
|
|
"sqlDebugging": true,
|
|
"dotnetRunMessages": "true",
|
|
"nativeDebugging": true,
|
|
"applicationUrl": "https://localhost:5004;http://localhost:5003;https://192.168.0.117:5006",
|
|
"jsWebView2Debugging": false,
|
|
"hotReloadEnabled": true
|
|
},
|
|
"WSL": {
|
|
"commandName": "WSL2",
|
|
"launchBrowser": true,
|
|
"launchUrl": "https://localhost:5004",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation",
|
|
"ASPNETCORE_URLS": "https://localhost:5004;http://localhost:5003"
|
|
},
|
|
"distributionName": ""
|
|
},
|
|
"Publish": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Production",
|
|
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
|
|
},
|
|
"sqlDebugging": true,
|
|
"dotnetRunMessages": "true",
|
|
"nativeDebugging": true,
|
|
"applicationUrl": "https://localhost:5004;http://localhost:5003;",
|
|
"jsWebView2Debugging": false,
|
|
"hotReloadEnabled": true
|
|
},
|
|
"Docker": {
|
|
"commandName": "DockerCompose",
|
|
"commandLineArgs": "up",
|
|
"launchBrowser": true,
|
|
"launchUrl": "https://localhost:5004",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dockerComposeProjectPath": "..\\docker-compose.yml",
|
|
"useSSL": true
|
|
},
|
|
"Container (Dockerfile)": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_HTTPS_PORTS": "8081",
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
},
|
|
"publishAllPorts": true,
|
|
"useSSL": true
|
|
}
|
|
},
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:58794/",
|
|
"sslPort": 44315
|
|
}
|
|
}
|
|
} |