123456789101112131415 |
- {
- "$schema": "https://json.schemastore.org/launchsettings.json",
- "profiles": {
- "Hotline.Api": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "launchUrl": "swagger",
- "applicationUrl": "http://localhost:50100",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
- }
|