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 10db640 commit d87a71bCopy full SHA for d87a71b
pkg/secrets/factory.go
@@ -17,7 +17,7 @@ const (
17
// PasswordEnvVar is the environment variable used to specify the password for encrypting and decrypting secrets.
18
PasswordEnvVar = "TOOLHIVE_SECRETS_PASSWORD"
19
20
- keyringService = "vibetool"
+ keyringService = "toolhive"
21
)
22
23
// ProviderType represents an enum of the types of available secrets providers.
0 commit comments