6 lines
262 B
Markdown
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) |