The settings module exposes a typed key/value store for store-wide configuration that does not belong inDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
config.json (which is template-scoped). Each setting has a key, a typed value, and optional admin metadata so it renders as a form field in the appropriate admin page.
Source: modules/settings · npm: @86d-app/settings
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/settings/:key | Read |
PUT | /admin/settings/:key | Write |
Related modules
- Most modules read user-changeable preferences here.

