-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (19 loc) · 718 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (19 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# mustafiz-fixService-payment-db
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
PORT=
APP_URL=
BCRYPT_SALT_ROUNDS=10
JWT_ACCESS_SECRET=access-secret
JWT_REFRESH_SECRET=refresh-secret
JWT_ACCESS_EXPIRES_IN=1d
JWT_REFRESH_EXPIRES_IN=7d
STRIPE_PRODUCT_ID=YOUR_STRIPE_PRODUCT_KEY
STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY
STRIPE_WEBHOOK_SECRET=YOUR_STRIPE_WEBHOOK_SECRET
# Vercel Live Link to add destination stripe dashboard webhook
VERCEL_STRIPE_WEBHOOK_SECRET=YOUR_STRIPE_WEBHOOK_SECRET
For Deployments in package.json file
script section add this-
// "postinstall":"prisma generate",
# "build": "prisma generate && tsup",
# "vercel-build": "prisma generate && tsup",