Files
predavanja/MVC-SimpleCRUD-Layered/MVC-SimpleCRUD-Layered.Web/Properties/launchSettings.json
Boris Milašinović 1415005b82 MVC (layered variant)
2026-04-26 13:40:03 +02:00

15 lines
362 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"MVC-SimpleCRUD-Layered.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7220",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}