Files
egwcorelib/EgwCoreLib.BlazorTest/Properties/launchSettings.json
T
Samuele Locatelli 23796110f8 Fix (parizlae) componenti razor:
- ok CopyToClipboard
- ok immagini
- NON OK QrCodeGEN
2023-05-29 19:48:18 +02:00

38 lines
1006 B
JSON

{
"profiles": {
"EgwCoreLib.BlazorTest": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7118;http://localhost:5145"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"WSL": {
"commandName": "WSL2",
"launchBrowser": true,
"launchUrl": "https://localhost:7118",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:7118;http://localhost:5145"
},
"distributionName": ""
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:46615",
"sslPort": 44328
}
}
}