mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 21:31:39 +02:00
✨ Allow overide the secret-key on setup module.
Usefull when using a pre-shared secret key.
This commit is contained in:
parent
af23d62568
commit
8ad8196d70
4 changed files with 29 additions and 16 deletions
|
@ -45,7 +45,7 @@
|
|||
:redis-uri (cf/get :redis-uri)}
|
||||
|
||||
:app.tokens/tokens
|
||||
{:sprops (ig/ref :app.setup/props)}
|
||||
{:props (ig/ref :app.setup/props)}
|
||||
|
||||
:app.storage/gc-deleted-task
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
|
@ -257,7 +257,8 @@
|
|||
:host (cf/get :srepl-host)}
|
||||
|
||||
:app.setup/props
|
||||
{:pool (ig/ref :app.db/pool)}
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
:key (cf/get :secret-key)}
|
||||
|
||||
:app.loggers.zmq/receiver
|
||||
{:endpoint (cf/get :loggers-zmq-uri)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue