forked from anmode/grabtern-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
17 lines (13 loc) · 718 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Connected to demo backend so our main backend database do not affected
# NEXT_PUBLIC_BACKEND_URL=https://grabtern-backend-demo.vercel.app
# NEXT_PUBLIC_FRONTEND_URL=https://grabtern.com
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=grabtern-demo
NEXT_PUBLIC_ENCRYPTION_SECRET_KEY = "encryptionSecretKey"
NEXT_PUBLIC_GOOGLE_CLIENT_ID="secured h"
## If you backend server running on localhost you can this one.
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
# NEXT_PUBLIC_BACKEND_URL=https://demoapi.grabtern.com
#up is the prod. link
## To use production one please uncomment this one( this is for OSS community)
# NEXT_PUBLIC_BACKEND_URL=https://grabtern-backend-demo.vercel.app
NEXT_PUBLIC_FORNTEND_URL=http://localhost:3000