Files
Electron.NET/ElectronNET.WebApp/Properties/launchSettings.json

35 lines
1.0 KiB
JSON

{
"profiles": {
"WSL": {
"commandName": "WSL2",
"launchUrl": "http://localhost:50395/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:50395/"
},
"distributionName": ""
},
"run with electronize": {
"commandName": "Executable",
"executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\net6.0\\dotnet-electronize-h5.exe",
"commandLineArgs": "start /from-build-output $(SolutionDir)ElectronNET.WebApp\\bin\\$(Configuration)\\net6.0",
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
},
"run from csharp": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:50395/",
"hotReloadEnabled": false
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50394/",
"sslPort": 0
}
}
}