add deprecation for jwt_secret
This commit is contained in:
parent
73640fe382
commit
94d5893c4e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue