We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7a309 commit 94df17cCopy full SHA for 94df17c
Program.cs
@@ -8,7 +8,7 @@ public class Program
8
{
9
public static void Main(string[] args)
10
11
- DotEnv.Config(false);
+ DotEnv.Load();
12
CreateHostBuilder(args).Build().Run();
13
}
14
0 commit comments