OptionalenvOptional prefix to read env vars, e.g. "REDIS_". When provided, the implementation will read process.env keys starting with this prefix and pass them to the schema for validation.
OptionaloverridesField-level config overrides, keyed by schema field name. Defined values
are merged over the env-derived (or server-supplied) input before
validation, so factory options win over environment variables and still
satisfy required fields when the env var is absent. undefined values
are ignored.
Standard Schema for validating provider configuration. Can be Zod, Valibot, ArkType, or any Standard Schema compatible library.
Configuration definition for a service provider. Specifies the schema for validating config and optional environment variable prefix.