Fixes wrong environment name (#24216)
in multi environment launch settings documentation samplepull/24224/head
parent
cd9e972a33
commit
aa3798d4fc
|
@ -34,7 +34,7 @@
|
|||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:7152;http://localhost:5105",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
"ASPNETCORE_ENVIRONMENT": "Production"
|
||||
}
|
||||
},
|
||||
"IIS Express": {
|
||||
|
|
Loading…
Reference in New Issue