Files
KonSoft.Clean/microservices/KonSoft.Dispatch.HttpApi.Host/Properties/launchSettings.json
2025-09-08 14:15:45 +08:00

27 lines
645 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44321",
"sslPort": 44321
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"KonSoft.Dispatch.HttpApi.Host": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:44321",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}