mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 16:21:39 +02:00
🎉 Add keys namespace.
A modularized approach for key derivation.
This commit is contained in:
parent
c02638e10e
commit
d1cce44616
5 changed files with 42 additions and 19 deletions
|
@ -44,7 +44,7 @@
|
|||
:redis-uri (cf/get :redis-uri)}
|
||||
|
||||
:app.tokens/tokens
|
||||
{:props (ig/ref :app.setup/props)}
|
||||
{:keys (ig/ref :app.setup/keys)}
|
||||
|
||||
:app.storage/gc-deleted-task
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
|
@ -282,6 +282,9 @@
|
|||
{:pool (ig/ref :app.db/pool)
|
||||
:key (cf/get :secret-key)}
|
||||
|
||||
:app.setup/keys
|
||||
{:props (ig/ref :app.setup/props)}
|
||||
|
||||
:app.loggers.zmq/receiver
|
||||
{:endpoint (cf/get :loggers-zmq-uri)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue