From 19f52429b095b01accc456197ca2ebce0ebc5ab8 Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Tue, 24 Oct 2023 12:03:33 +0200 Subject: [PATCH] fix: env.example requesting 24 bytes instead of 32 bytes encryption key (#12043) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f6f6188a1b..520ce80b27 100644 --- a/.env.example +++ b/.env.example @@ -87,7 +87,7 @@ CRON_ENABLE_APP_SYNC=false # Application Key for symmetric encryption and decryption # must be 32 bytes for AES256 encryption algorithm -# You can use: `openssl rand -base64 24` to generate one +# You can use: `openssl rand -base64 32` to generate one CALENDSO_ENCRYPTION_KEY= # Intercom Config