Files
shop/doc/systems/settings/features.md
2026-04-19 19:22:36 +02:00

6 lines
262 B
Markdown

- settings
- key-value store for shop settings (runtime-changeable, e.g. shop_name, currency)
- postgres is source of truth
- mirrored to redis on write
- emits core.settings_updated event
- distinct from config (which only reads .env infrastructure values)