This commit is contained in:
fred 2023-01-11 20:35:35 +01:00
parent 3efe685c21
commit 4f76a7da17
1 changed files with 2 additions and 2 deletions

View File

@ -365,12 +365,12 @@ IPFSNODEID="$(myIpfsPeerId)"
[[ ! $MOATS ]] && MOATS="$(myDate)"
isLAN="$(isLan)"
myASTROPORT="http://astroport.$(myDomainName):1234"
myAPI="http://ipfs.$(myDomainName):5001"
myAPI="http://$(myIp):5001"
myDATA="https://data.gchange.fr"
myGCHANGE="https://www.gchange.fr"
myHOST="astroport.$(myDomainName)"
myIP="$(myIp)"
myIPFS="http://ipfs.$(myDomainName):8080"
myIPFS="http://$(myIp):8080"
myIPFSGW="$(myIpfsGw)"
myTUBE="$(myTube)"
myASTROTUBE="https://$(myAstroTube)"