From 1603fc46efafa0569a2817a2b1544d3043d1da62 Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Fri, 9 Jan 2026 04:38:15 +0000 Subject: [PATCH] added jwt generation instructions --- packages/backend/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/backend/.env.example b/packages/backend/.env.example index a88acfd..068b4b9 100644 --- a/packages/backend/.env.example +++ b/packages/backend/.env.example @@ -3,7 +3,8 @@ DATABASE_URL=postgres://eussi:password@localhost:5432/issue # comma separated list of allowed origins CORS_ORIGIN=http://localhost:1420 -JWT_SECRET=TOP_SECRET_JWT_MUST_CHANGE +# openssl rand -base64 32 +JWT_SECRET=jwt_secret_here S3_PUBLIC_URL=https://issuebucket.ob248.com S3_ENDPOINT=https://account_id.r2.cloudflarestorage.com/issue