| Name | Message | Date |
|---|---|---|
| 📄 launchSettings.json | 12 hours ago |
📄
launchSettings.json
{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "http://localhost:5121", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "https://localhost:7221;http://localhost:5121", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }