Skip to content

Commit

Permalink
***Update deps*** (#4)
Browse files Browse the repository at this point in the history
```
- new env variables needed to accommodate next-auth and @vercel/postgres requirement to have SSL
```
  • Loading branch information
zenWai authored Jun 22, 2024
1 parent 3338486 commit 5359ef6
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 213 deletions.
9 changes: 6 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copy from .env.local on the Vercel dashboard
# https://nextjs.org/learn/dashboard-app/setting-up-your-database#create-a-postgres-database
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NO_SSL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
Expand All @@ -10,4 +9,8 @@ POSTGRES_DATABASE=

# `openssl rand -base64 32`
AUTH_SECRET=
AUTH_URL=http://localhost:3000/api/auth
AUTH_URL=http://localhost:3000/api/auth

#
NEXTAUTH_URL=http://YOUR_LOCAL_OR_DEPLOYED_HOST_URL:HOST_PORT
AUTH_TRUST_HOST=http://YOUR_LOCAL_OR_DEPLOYED_HOST_URL:HOST_PORT
Loading

0 comments on commit 5359ef6

Please sign in to comment.