Fixes wrong environment name (#24216)

in multi environment launch settings documentation sample
pull/24224/head
Christian S 2021-12-07 22:50:56 +01:00 committed by GitHub
parent cd9e972a33
commit aa3798d4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"launchBrowser": true,
"applicationUrl": "https://localhost:7152;http://localhost:5105",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"IIS Express": {