${myIP} & more

This commit is contained in:
fred 2023-07-01 21:29:34 +02:00
parent 68e1246d63
commit 2cec42fa8e
1 changed files with 6 additions and 6 deletions

View File

@ -392,16 +392,16 @@ myAstroTube() {
IPFSNODEID="$(myIpfsPeerId)"
[[ ! $MOATS ]] && MOATS="$(myDate)"
isLAN="$(isLan)"
myASTROPORT="http://127.0.0.1:1234"
myASTRONEF="http://127.0.0.1:1234"
myAPI="http://127.0.0.1:5001"
myASTROPORT="http://${myIP}:1234"
myASTRONEF="http://${myIP}:1234"
myAPI="http://${myIP}:5001"
myDATA="https://data.gchange.fr"
myGCHANGE="https://www.gchange.fr"
myCESIUM="https://g1.data.e-is.pro"
myG1BILLET="http://127.0.0.1:33101"
myG1BILLET="http://${myIP}:33101"
myHOST="$(myHostName)"
myIP="127.0.0.1"
myIPFS="http://127.0.0.1:8080"
myIP="${myIP}" # "127.0.0.1"
myIPFS="http://${myIP}:8080"
myIPFSGW="$(myIpfsGw)"
myTUBE="$(myTube)"
myASTROTUBE="https://$(myAstroTube)"