From 6e1966bf55e8c7de17021e6f4e38c0920e5a8a99 Mon Sep 17 00:00:00 2001
From: pt00371 <pt00371@surrey.ac.uk>
Date: Tue, 28 Mar 2023 20:43:05 +0100
Subject: [PATCH] jwt key

---
 comment-service/.env | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/comment-service/.env b/comment-service/.env
index cba6936e..cdcec15e 100644
--- a/comment-service/.env
+++ b/comment-service/.env
@@ -1,4 +1,8 @@
 MONGO_USERNAME = 'dailythoughtapp'
 MONGO_PASSWORD = 'dailythoughtapp12345'
 
-SERVER_PORT = '8000'
\ No newline at end of file
+SERVER_PORT = '8000'
+
+JWT_SECRET = "yB/uX5KdyjHN9P34IE49HxAcrlQ4gfvpVJEzGbo5E/I="
+
+
-- 
GitLab