-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample_env
More file actions
43 lines (41 loc) · 1.65 KB
/
example_env
File metadata and controls
43 lines (41 loc) · 1.65 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
# server-side
SKIP_PREFLIGHT_CHECK=true
GENERATE_SOURCEMAP=false
npm_config_user_agent=yarn
PORT=3000
NODE_ENV='development'
APP_ENV='development'
BOT_API_TOKEN={api token}
BOT_API_URL=http://localhost:3000
BACKEND_API_URL=https://dev.back.chatterpay.net
BACKEND_API_TOKEN='backend token'
BOT_API_WAPP_ENABLED=true
MONGODB='mongodb://localhost:27017'
MONGODB_BOT='BOT mongo db url'
DB_CHATTERPAY_NAME='chatterpay_dev'
DB_BOT_NAME='chatterpay-develop'
NODE_PROVIDER_SEPOLIA_URL='https://sepolia.infura.io/v3/YOUR_API_KEY'
NODE_PROVIDER_MUMBAI_URL='https://stylish-dawn-bush.bsc-testnet.quiknode.pro/YOUR_API_KEY/'
NODE_PROVIDER_SCROLL_URL='https://lb.drpc.org/ogrpc?network=scroll-sepolia&dkey=YOUR_API_KEY'
HANDLE_VERCEL_FREE_PLAN_TIMEOUT=true
API3_ENABLED=false
JWT_SECRET={some secret text}
RECAPTCHA_API_KEY={recaptcha api key}
UI_BASE_URL='localhost'
# client-side
NEXT_PUBLIC_USE_MOCK=true
NEXT_PUBLIC_UI_URL=http://localhost:3000
NEXT_PUBLIC_ALLOWED_ORIGINS=http://localhost:3000
NEXT_PUBLIC_RECAPTCHA_SITE_KEY={recaptcha side key}
NEXT_PUBLIC_NFT_IMAGE_REPOSITORY={gcp|ipfs}
NEXT_PUBLIC_NFT_MARKETPLACE_URL='https://testnets.opensea.io/assets/arbitrum_sepolia/'
NEXT_PUBLIC_EXPLORER_L1_URL='https://sepolia.etherscan.io'
NEXT_PUBLIC_EXPLORER_L2_URL='https://sepolia.arbiscan.io/'
NEXT_PUBLIC_EXPLORER_NFT_URL='https://sepolia.arbiscan.io'
NEXT_PUBLIC_CHATIZALO_PHONE_NUMBER={chatizalo phone number}
NEXT_PUBLIC_NETWORK='scroll sepolia'
NEXT_PUBLIC_SECURITY_RECOVERY_QUESTIONS_COUNT=3
NEXT_PUBLIC_SECURITY_PIN_LENGTH=6
# analytics
NEXT_PUBLIC_GA_MEASUREMENT_ID={google analytics measurement id}
NEXT_PUBLIC_MS_CLARITY_ID={microsoft clarity id}