From 9463d484a4b27d6faa45548cbc3a5d0caca53380 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 28 Dec 2022 17:35:04 +0500 Subject: [PATCH] add comments in .env file --- .env | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.env b/.env index dc5a45a..61f0d9d 100644 --- a/.env +++ b/.env @@ -1,3 +1,2 @@ -NOTESNOOK_API_SECRET= -ORIGIN_CERT_PATH= -ORIGIN_CERT_KEY_PATH= \ No newline at end of file +# Required variables +NOTESNOOK_API_SECRET= # This should be a randomly generated secret \ No newline at end of file