16160f6424
Initial version of the data model Includes EF initialization and migrations EF migrations are applied on application start
14 lines
439 B
JSON
14 lines
439 B
JSON
{
|
|
"profiles": {
|
|
"TournamentOrganizer.Browser": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:7169;http://localhost:5235",
|
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
|
|
}
|
|
}
|
|
}
|