Browse Source

React to naming changes in aspnet/Hosting

a31f840675
pull/73/head
Kévin Chalet 10 years ago
parent
commit
156558c5b2
  1. 6
      samples/Mvc.Client/Properties/launchSettings.json
  2. 6
      samples/Mvc.Server/Properties/launchSettings.json

6
samples/Mvc.Client/Properties/launchSettings.json

@ -12,15 +12,13 @@
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNET_ENV": "Development",
"Hosting:Environment": "Development"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"web": {
"commandName": "web",
"environmentVariables": {
"ASPNET_ENV": "Development",
"Hosting:Environment": "Development"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}

6
samples/Mvc.Server/Properties/launchSettings.json

@ -12,15 +12,13 @@
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNET_ENV": "Development",
"Hosting:Environment": "Development"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"web": {
"commandName": "web",
"environmentVariables": {
"ASPNET_ENV": "Development",
"Hosting:Environment": "Development"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}

Loading…
Cancel
Save