Files
Angel6/ASP.Net Core/EntityFrameworkBasics/Properties/launchSettings.json
2018-01-07 10:03:42 +00:00

12 lines
242 B
JSON

{
"profiles": {
"test": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000/"
}
}
}