Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit eb77b07

Browse files
committed
Remove environment variable
1 parent 693f58c commit eb77b07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/LocalizationWebsite/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public static void Main(string[] args)
1212
{
1313
var config = new ConfigurationBuilder()
1414
.AddCommandLine(args)
15-
.AddEnvironmentVariables(prefix: "ASPNETCORE_")
1615
.Build();
1716

1817
var host = new WebHostBuilder()

0 commit comments

Comments
 (0)