mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
create/import dashboard app project from course template
This commit is contained in:
parent
820ed27a47
commit
6d6dd37f72
47 changed files with 7370 additions and 0 deletions
13
dashboard-app-course/.env.example
Normal file
13
dashboard-app-course/.env.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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_NON_POOLING=
|
||||
POSTGRES_USER=
|
||||
POSTGRES_HOST=
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DATABASE=
|
||||
|
||||
# `openssl rand -base64 32`
|
||||
AUTH_SECRET=
|
||||
AUTH_URL=http://localhost:3000/api/auth
|
||||
Loading…
Add table
Add a link
Reference in a new issue