mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 13:09:22 +00:00
📚 Fix typo in docker-compose.yaml comment (#11517)
Signed-off-by: Alexei Bratuhin <alexei.bratuhin@googlemail.com>
This commit is contained in:
parent
c52778d6f6
commit
1f12561427
@ -38,7 +38,7 @@ x-body-size: &penpot-http-body-size
|
||||
## Penpot SECRET KEY. It serves as a master key from which other keys for subsystems
|
||||
## (eg http sessions, or invitations) are derived.
|
||||
##
|
||||
## We recommend to use a trully randomly generated
|
||||
## We recommend to use a truly randomly generated
|
||||
## 512 bits base64 encoded string here. You can generate one with:
|
||||
##
|
||||
## python3 -c "import secrets; print(secrets.token_urlsafe(64))"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user