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

30 lines
810 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:40870",
"sslPort": 44348
}
},
"profiles": {
"Kemkas.Web": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:7251;http://localhost:5174",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
}
}
}