Files
Diary/Properties/launchSettings.json
2022-09-01 23:02:49 +01:00

17 lines
371 B
JSON

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