fix: env.example requesting 24 bytes instead of 32 bytes encryption key (#12043)

This commit is contained in:
Matti Nannt
2023-10-24 11:03:33 +01:00
committed by GitHub
parent 4ed15d2755
commit 19f52429b0
+1 -1
View File
@@ -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