Spaces:
Running
Running
{ | |
"$schema": "http://json.schemastore.org/launchsettings.json", | |
"profiles": { | |
"http": { | |
"commandName": "Project", | |
"dotnetRunMessages": true, | |
"launchBrowser": true, | |
"launchUrl": "swagger", | |
"applicationUrl": "http://localhost:7001", | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
}, | |
"https": { | |
"commandName": "Project", | |
"dotnetRunMessages": true, | |
"launchBrowser": true, | |
"launchUrl": "swagger", | |
"applicationUrl": "https://localhost:7000;http://localhost:7001", | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
}, | |
} | |
} | |