We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabbdde commit 5bc6239Copy full SHA for 5bc6239
src/Hocon.Configuration/ConfigurationFactory.cs
@@ -62,7 +62,7 @@ public static Config ParseString(string hocon)
62
[Obsolete("Call the ConfigurationFactory.Default method instead.")]
63
public static Config Load()
64
{
65
- return Load("akka");
+ return Default();
66
}
67
68
/// <summary>
0 commit comments