-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
55 lines (41 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
55 lines (41 loc) · 1.15 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#public app url
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Database
DATABASE_URL=""
# Better Auth
BETTER_AUTH_SECRET="put your key here "
BETTER_AUTH_URL="http://localhost:3000"
#Postal Pin code info
NEXT_PUBLIC_POSTAL_PINCODE_API_URL=https://api.postalpincode.in/pincode
#Cloudflare
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_ENDPOINT=
R2_BUCKET=
#email configs
ZEPTOMAIL_API_KEY=
ZEPTOMAIL_FROM_EMAIL=
ZEPTOMAIL_FROM_NAME=
ZEPTOMAIL_BASE_URL=https://api.zeptomail.in/v1.1/email
ZEPTOMAIL_BOUNCE_ADDRESS=
FORGOT_PASSWORD_TEMPLATE_KEY=
FORGOT_PASSWORD_TEMPLATE_KEY_ALIAS=
#payments api keys
PHONEPE_CLIENT_ID=
PHONEPE_CLIENT_SECRET=
PHONEPE_CLIENT_VERSION=1
# PHONEPE_SALT_INDEX=
PHONEPE_BASE_SANDBOX_URL=https://api-preprod.phonepe.com/apis/pg-sandbox
#create these credentials to phonepay dashboard https://business.phonepe.com/developer-settings/webhooks
PHONEPE_WEBHOOK_USERNAME=dummy
PHONEPE_WEBHOOK_PASSWORD=dummy@123
#Shiprocket API Keys
SHIPROCKET_EMAIL=
SHIPROCKET_PASSWORD=
# Admin/staff bootstrap seed users
SEED_ADMIN_EMAIL=
SEED_ADMIN_PASSWORD=
SEED_ADMIN_NAME=Store Admin
SEED_STAFF_EMAIL=
SEED_STAFF_PASSWORD=
SEED_STAFF_NAME=Store Manager