From 357c1183964be0f3c02207c24bc8f83347282211 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 17 Mar 2025 08:07:51 -0500 Subject: [PATCH] docs(install): removed the super secret key --- server/scripts/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scripts/install.md b/server/scripts/install.md index 0758564..b1dccaa 100644 --- a/server/scripts/install.md +++ b/server/scripts/install.md @@ -53,7 +53,7 @@ JWT_ACCESS_EXPIRATION="1h" JWT_REFRESH_EXPIRATION="7d" # this code will need to be used when a user needs to have access to everything. -SECRETOVERRIDECODE="mVSDCpBdxreIJ979ziI71GRubBc2mqVqvZdfA22CB7smBfqlE9S3rKTE909yCHte" +SECRETOVERRIDECODE="supersecretKey" # Database url - please change the password if this is all you changed DATABASE_URL="postgresql://postgres:PASSWORD@localhost:5432/lst_db"