init: pulseform v2 — Express/Prisma/React/SCSS/R3F stack
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Base de données
|
||||
POSTGRES_USER=pulseform
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=pulseform
|
||||
|
||||
# Prisma
|
||||
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}
|
||||
|
||||
# Auth
|
||||
JWT_SECRET=
|
||||
|
||||
# App
|
||||
PORT=4000
|
||||
CLIENT_URL=http://localhost:5173
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user