mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 23:57:18 +02:00
📎 Add improved docstring for penpot_secret_key
This commit is contained in:
parent
4926c826af
commit
6abca96da1
1 changed files with 3 additions and 3 deletions
|
@ -140,10 +140,10 @@ services:
|
||||||
- PENPOT_FLAGS=enable-registration enable-login-with-password disable-email-verification enable-smtp enable-prepl-server
|
- PENPOT_FLAGS=enable-registration enable-login-with-password disable-email-verification enable-smtp enable-prepl-server
|
||||||
|
|
||||||
## Penpot SECRET KEY. It serves as a master key from which other keys for subsystems
|
## Penpot SECRET KEY. It serves as a master key from which other keys for subsystems
|
||||||
## (eg http sessions) are derived.
|
## (eg http sessions, or invitations) are derived.
|
||||||
##
|
##
|
||||||
## Leave it comment if it is ok for you to have to login again after each backend
|
## If you leve it commented, all created sessions and invitations will
|
||||||
## restart.
|
## become invalid on container restart.
|
||||||
##
|
##
|
||||||
## If you going to uncomment this, we recommend use here a trully randomly generated
|
## If you going to uncomment this, we recommend use here a trully randomly generated
|
||||||
## 512 bits base64 encoded string. You can generate one with:
|
## 512 bits base64 encoded string. You can generate one with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue