-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.env
20 lines (19 loc) · 1.02 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NEXT_PUBLIC_JWT_SECRET=cf9916a3-d90d-4129-a9bd-dba349706d95
NEXT_PUBLIC_API_URL=http://localhost:3001/api/v1
NEXT_PUBLIC_FILES_BASE_URL=http://localhost:3001/assets
NEXT_PUBLIC_GOOGLE_CLIENT_ID=1028931681154-43g8plf4on002bj86k3t765cp58q4k5s.apps.googleusercontent.com
NODE_ENV=local
NEXT_PUBLIC_URL='http://localhost:3001'
NEXT_PUBLIC_BASE_API_URL=http://localhost:3001
NEXT_PUBLIC_GOOGLE_ANALYTICS=G-FXCKLZXFZW
NEXT_PUBLIC_ADMIN_URL=https://admin.updevcommunity.com/api
# NEXT_PUBLIC_JWT_SECRET=cf9916a3-d90d-4129-a9bd-dba349706d95
# NEXT_PUBLIC_API_URL=https://api.updevcommunity.com/api/v1
# NEXT_PUBLIC_FILES_BASE_URL=https://api.updevcommunity.com/assets
# NEXT_PUBLIC_GOOGLE_CLIENT_ID=1028931681154-43g8plf4on002bj86k3t765cp58q4k5s.apps.googleusercontent.com
# NODE_ENV=production
# # NEXT_PUBLIC_URL='https://localhost:3000/'
# NEXT_PUBLIC_URL='https://updevcommunity.com'
# NEXT_PUBLIC_BASE_API_URL=https://api.updevcommunity.com
# NEXT_PUBLIC_GOOGLE_ANALYTICS=G-FXCKLZXFZW
# NEXT_PUBLIC_ADMIN_URL=https://admin.updevcommunity.com/api