From eb77b07ff6fde0436cd32615816f16b05744f781 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 28 Apr 2016 13:56:39 -0700 Subject: [PATCH] Remove environment variable --- test/LocalizationWebsite/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/LocalizationWebsite/Program.cs b/test/LocalizationWebsite/Program.cs index 18a1bc5dee..39c511fbca 100644 --- a/test/LocalizationWebsite/Program.cs +++ b/test/LocalizationWebsite/Program.cs @@ -12,7 +12,6 @@ namespace LocalizationWebsite { var config = new ConfigurationBuilder() .AddCommandLine(args) - .AddEnvironmentVariables(prefix: "ASPNETCORE_") .Build(); var host = new WebHostBuilder()