mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 03:49:22 -05:00
commit
9aec9fe6c5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
(db/xact-lock! conn 0)
|
||||
(when-not key
|
||||
(l/warn :hint (str "using autogenerated secret-key, it will change on each restart and will invalidate "
|
||||
"all sessions on each restart, it is hightly recommended setting up the "
|
||||
"all sessions on each restart, it is highly recommended setting up the "
|
||||
"PENPOT_SECRET_KEY environment variable")))
|
||||
|
||||
(let [secret (or key (generate-random-key))]
|
||||
|
|
Loading…
Add table
Reference in a new issue