From c9b4e11539ac0f47f4221b4667e2c63c61698c64 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 3 May 2023 15:48:20 -0400 Subject: [PATCH] add note to ENCRYPTION_KEY to indicate non prod --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 0aa34238c..fcd1231b8 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,6 @@ # Keys # Required key for platform encryption/decryption ops +# THIS IS A SAMPLE ENCRYPTION KEY AND SHOULD NOT BE USED FOR PRODUCTION ENCRYPTION_KEY=6c1fe4e407b8911c104518103505b218 # JWT