Files
DigitalData.StaffDBServer/StaffDBServer/Properties/launchSettings.json

13 lines
303 B
JSON

{
"profiles": {
"StaffDBServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:54305;http://localhost:54306",
"sqlDebugging": true
}
}
}