Files
KonSoft.Clean/microservices/KonSoft.TenantManagement.HttpApi.Host/Properties/launchSettings.json
2025-10-12 18:30:12 +08:00

13 lines
307 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:44348"
}
}
}