adapt G1BILLET url

This commit is contained in:
fred 2023-05-16 03:20:01 +02:00
parent 26ee21b165
commit 5e3638b7d6
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ myHtml() {
-e "s~\"http://127.0.0.1:1234\"~\"${myASTROPORT}\"~g" \
-e "s~http://127.0.0.1:8080~${myIPFS}~g" \
-e "s~http://127.0.0.1:12345~http://${myHOST}:12345~g" \
-e "s~http://127.0.0.1:33101~http://${myHOST}:33101~g" \
-e "s~https://ipfs.copylaradio.com~${myIPFSGW}~g" \
-e "s~_IPFSNODEID_~${IPFSNODEID}~g" \
-e "s~g1billet.localhost~${myIP}~g" \