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

This commit is contained in:
Matti Nannt 2023-10-24 12:03:33 +02:00 committed by GitHub
parent 4ed15d2755
commit 19f52429b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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