From 6abca96da1311a47d1b312840e59d8c738e7953b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 7 Apr 2023 08:55:53 +0200 Subject: [PATCH] :paperclip: Add improved docstring for penpot_secret_key --- docker/images/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 8b0f671c9..7e85d178c 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -140,10 +140,10 @@ services: - 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 - ## (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 - ## restart. + ## If you leve it commented, all created sessions and invitations will + ## become invalid on container restart. ## ## If you going to uncomment this, we recommend use here a trully randomly generated ## 512 bits base64 encoded string. You can generate one with: