17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
"profiles": {
|
|
"Diary": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"applicationUrl": "https://localhost:5001",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|