[]
# The store type.
#
# Possible values:
# "secret-service" - Secret Service (Linux, FreeBSD)
# "keyutils" - Linux kernel keyutils (Linux, non-persistent)
# "apple-keychain" - Apple Keychain (macOS)
# "windows-credential-manager" - Windows Credential Manager (Windows)
#
# Defaults to the first available for your OS.
#
= "secret-service"
# The keyring service name.
#
= "my-app"
# The keyring user name.
#
= "me@example.com"
# The Secret Service implementation to use.
# When omitted, the best available is chosen automatically
# (dbus if available, then zbus).
#
# Possible values: "dbus", "zbus"
#
#flavour = "dbus"