Files
shop/doc/core/settings/features.md
Marek Lenczewski bf6f5456d6 update
2026-04-18 07:41:09 +02:00

262 B

  • 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)