add deprecation for jwt_secret
This commit is contained in:
@@ -18,6 +18,9 @@ NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
|
|||||||
# Use `openssl rand -base64 32` to generate a key
|
# Use `openssl rand -base64 32` to generate a key
|
||||||
NEXTAUTH_SECRET=secret
|
NEXTAUTH_SECRET=secret
|
||||||
|
|
||||||
|
# Deprecation note: JWT_SECRET is no longer used
|
||||||
|
# JWT_SECRET=secret
|
||||||
|
|
||||||
POSTGRES_USER=unicorn_user
|
POSTGRES_USER=unicorn_user
|
||||||
POSTGRES_PASSWORD=magical_password
|
POSTGRES_PASSWORD=magical_password
|
||||||
POSTGRES_DB=calendso
|
POSTGRES_DB=calendso
|
||||||
|
|||||||
Reference in New Issue
Block a user