2023-02-16 12:57:06 +00:00
|
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"profiles": {
|
|
|
|
|
"Backend": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
2023-03-21 10:46:38 +00:00
|
|
|
|
|
2023-02-16 12:57:06 +00:00
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"applicationUrl": "https://localhost:7087;http://localhost:5031",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|