Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / EnvSecretsStoreOptions
Interface: EnvSecretsStoreOptions
Defined in: packages/security/src/secrets/stores/env.ts:22
Options for EnvSecretsStore.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
allowMutation? | readonly | boolean | Whether set(...) is allowed to mutate process.env. Defaults to false - the env store is intended for read-only chains where secrets are baked into the host environment. | packages/security/src/secrets/stores/env.ts:33 |
prefix? | readonly | string | Optional uppercase prefix applied to keys so multiple Graphorin deployments can share a process. Defaults to no prefix. | packages/security/src/secrets/stores/env.ts:27 |