File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,18 @@ cd $SEABUG/nft-marketplace
2020rm -f .env
2121cat << EOT >> .env
2222SKIP_PREFLIGHT_CHECK=true
23- NODE_PATH=./src\
23+ NODE_PATH=./src
2424
25- REACT_APP_API_BASE_URL=http://api .localho.st:8080
25+ REACT_APP_API_BASE_URL=http://nft-mp-svr .localho.st:8080
2626
27- REACT_APP_CTL_SERVER_HOST=localho.st
28- REACT_APP_CTL_SERVER_PORT=8081
27+ REACT_APP_CTL_SERVER_HOST=ctl. localho.st
28+ REACT_APP_CTL_SERVER_PORT=8080
2929REACT_APP_CTL_SERVER_SECURE_CONN=false
30+
3031REACT_APP_CTL_OGMIOS_HOST=localho.st
3132REACT_APP_CTL_OGMIOS_PORT=1337
3233REACT_APP_CTL_OGMIOS_SECURE_CONN=false
34+
3335REACT_APP_CTL_DATUM_CACHE_HOST=localho.st
3436REACT_APP_CTL_DATUM_CACHE_PORT=9999
3537REACT_APP_CTL_DATUM_CACHE_SECURE_CONN=false
You can’t perform that action at this time.
0 commit comments