add remark about jwt
This commit is contained in:
parent
3118d8fccb
commit
930f0cf56a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue