Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / EnvSecretsStoreOptions
Interface: EnvSecretsStoreOptions
Defined in: packages/security/src/secrets/stores/env.ts:21
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:32 |
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:26 |