forked from hicetnunc2000/hicetnunc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env_dev
24 lines (24 loc) · 1.42 KB
/
.env_dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
REACT_APP_FEED='http://0.0.0.0:3001/feed'
REACT_APP_TZ='http://0.0.0.0:3001/tz'
REACT_APP_OBJKT='http://0.0.0.0:3001/objkt'
REACT_APP_UNGRUND_POST_IPFS='http://0.0.0.0:5001/ipfs/post_json'
REACT_APP_UNGRUND_POST_FILE2='http://13.59.82.99:5000/ipfs/post_file'
REACT_APP_UNGRUND_ORIGINATE='http://0.0.0.0:3001/api/v1/mfp/originate'
REACT_APP_UNGRUND_CONTRIBUTE='http://0.0.0.0:3001/api/v1/mfp/contribute'
REACT_APP_UNGRUND_WITHDRAW='http://0.0.0.0:3001/api/v1/mfp/withdraw'
REACT_APP_UNGRUND_TRANSFER=''
REACT_APP_UNGRUND_FEED='http://0.0.0.0:5000/mfp/feed'
REACT_APP_UNGRUND_TZ='http://0.0.0.0:5000/mfp/ledger'
REACT_APP_UNGRUND_KT='http://0.0.0.0:5000/mfp/kt'
REACT_APP_UNGRUND_INJECT='http://localhost:5000/auth/inject'
REACT_APP_UNGRUND_POST_FILE='http://0.0.0.0:5001/ipfs/post_file'
REACT_APP_UNGRUND_MINT='http://0.0.0.0:3001/api/v1/objkt/mint'
REACT_APP_UNGRUND_CURATE='http://0.0.0.0:3001/api/v1/objkt/curate'
REACT_APP_UNGRUND_COLLECT='http://0.0.0.0:3001/api/v1/objkt/collect'
REACT_APP_UNGRUND_OBJKT_FEED='http://0.0.0.0:5000/objkt/feed'
REACT_APP_UNGRUND_OBJKT_SWAPS='http://0.0.0.0:5000/objkt/swaps'
REACT_APP_UNGRUND_OBJKT_ID='http://0.0.0.0:5000/objkt/id'
REACT_APP_UNGRUND_OBJKT_TZ_LEDGER='http://0.0.0.0:5000/objkt/tz_ledger'
REACT_APP_UNGRUND_OBJKT_TZ_SWAPS='http://0.0.0.0:5000/objkt/tz_swaps'
REACT_APP_UNGRUND_OBJKT_SWAPS_METADATA='http://0.0.0.0:5000/objkt/swap_metadata'
REACT_APP_UNGRUND_OBJKT_LEDGER='http://0.0.0.0:5000/objkt/ledger'