From a4a25a6f8355153a9f30c85ab8e03321c8a5db00 Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 14 Nov 2024 06:58:48 +0530 Subject: [PATCH] chore: add jwt env example --- ENVEXAMPLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENVEXAMPLE b/ENVEXAMPLE index d17b1fc5..4dc30b97 100644 --- a/ENVEXAMPLE +++ b/ENVEXAMPLE @@ -1,6 +1,6 @@ # App Setup NODE_ENV=production # Set to 'development' or 'production' as required -JWT_SECRET=your_jwt_secret_key # Replace with a secure JWT secret key +JWT_SECRET=a9Z$kLq7^f03GzNw!bP9dH4xV6sT2yXl3O8vR@uYq3 # Replace with a secure JWT secret key DB_NAME=maxun # Your PostgreSQL database name DB_USER=postgres # PostgreSQL username DB_PASSWORD=postgres # PostgreSQL password