From 94d5893c4e1f0580a4963bde3a7b888b99a1d318 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Tue, 26 Apr 2022 17:22:32 -0400 Subject: [PATCH] add deprecation for jwt_secret --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 67138c7..3504c65 100644 --- a/.env.example +++ b/.env.example @@ -18,6 +18,9 @@ NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000 # Use `openssl rand -base64 32` to generate a key NEXTAUTH_SECRET=secret +# Deprecation note: JWT_SECRET is no longer used +# JWT_SECRET=secret + POSTGRES_USER=unicorn_user POSTGRES_PASSWORD=magical_password POSTGRES_DB=calendso