mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:18:29 +02:00
✨ Allow pluggable backends on msgbus module.
Prepare it to use different backends than redis.
This commit is contained in:
parent
e446f47e2c
commit
c16a24a59a
2 changed files with 153 additions and 150 deletions
|
@ -58,7 +58,9 @@
|
|||
{}
|
||||
|
||||
:app.msgbus/msgbus
|
||||
{:uri (:redis-uri config)}
|
||||
{:backend (:msgbus-backend config :redis)
|
||||
:pool (ig/ref :app.db/pool)
|
||||
:redis-uri (:redis-uri config)}
|
||||
|
||||
:app.tokens/tokens
|
||||
{:sprops (ig/ref :app.setup/props)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue