SystemSetting
System setting with key-value storage
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
created_at | string | - |
description? | string | - |
id | string | - |
is_overridden? | boolean | True if this setting is overridden by an environment variable |
key | string | - |
override_source? | string | The environment variable name if overridden |
updated_at | string | - |
value | Record<string, unknown> | - |