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 c0defe3 commit 973bd4bCopy full SHA for 973bd4b
README.md
@@ -46,7 +46,7 @@ Data is checked using version information from key metadata.
46
```csharp
47
config.AddVaultConfiguration(
48
() => new VaultOptions(
49
- "htpp://localhost:8200",
+ "http://localhost:8200",
50
"root",
51
reloadOnChange: true,
52
reloadCheckIntervalSeconds: 60),
0 commit comments