From 930f0cf56abacbc4ac566c4bca67beda39a9ecee Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Mon, 22 Nov 2021 13:53:02 -0500 Subject: [PATCH] add remark about jwt --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 7a986cc..3277a47 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file + +NODE_ENV=production