add remark about jwt

This commit is contained in:
Colin Griffin 2021-11-22 13:53:02 -05:00 committed by GitHub
parent 3118d8fccb
commit 930f0cf56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -41,5 +41,7 @@ EMAIL_SERVER_PASSWORD=email_password
# Encryption key that will be used to encrypt CalDAV credentials, choose a random string, for example with `dd if=/dev/urandom bs=1K count=1 | md5sum`
CALENDSO_ENCRYPTION_KEY=
# It is highly recommended that the JWT secret must be overridden and very unique
JWT_SECRET=secret
NODE_ENV=production
NODE_ENV=production