Skip to content

Commit 3039a26

Browse files
authored
Update Program.cs (#6)
Typo
1 parent 7d1a004 commit 3039a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SampleWebApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
2424
.AddEnvironmentVariables()
2525
.AddVaultConfiguration(
2626
() => new VaultOptions(
27-
"htpp://localhost:8200",
27+
"http://localhost:8200",
2828
"root",
2929
reloadOnChange: true,
3030
reloadCheckIntervalSeconds: 60),

0 commit comments

Comments
 (0)