We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1a004 commit 3039a26Copy full SHA for 3039a26
Source/SampleWebApp/Program.cs
@@ -24,7 +24,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
24
.AddEnvironmentVariables()
25
.AddVaultConfiguration(
26
() => new VaultOptions(
27
- "htpp://localhost:8200",
+ "http://localhost:8200",
28
"root",
29
reloadOnChange: true,
30
reloadCheckIntervalSeconds: 60),
0 commit comments