Files
kemkas-gh-mirror/Kemkas.Web/Properties/launchSettings.json

15 lines
383 B
JSON

{
"profiles": {
"Kemkas.Web": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://*:7251;http://*:5174",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
},
"launchUrl": "https://localhost:8000"
}
}
}