Static Generator¶
The static generator provides fixed values. It is useful for values that already exist or must be provided externally.
Configuration¶
| Option | Type | Description |
|---|---|---|
value |
string | Explicit value to store |
default |
string | Default when value is unset |
Example¶
Notes¶
- Avoid committing static values to source control.
- Prefer environment variables or a provider-backed generator when possible.