Basic MVC application
This commit is contained in:
12
ASP.Net Core/MVCBasics/Properties/launchSettings.json
Normal file
12
ASP.Net Core/MVCBasics/Properties/launchSettings.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"test": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:5000/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user