to make register page works on LAN

This commit is contained in:
fred 2023-02-28 23:48:12 +01:00
parent f767e5cc2c
commit 9c113ae94d
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ myGCHANGE="https://www.gchange.fr"
myCESIUM="https://g1.data.e-is.pro" myCESIUM="https://g1.data.e-is.pro"
myHOST="$(myHostName)" myHOST="$(myHostName)"
myIP="$(myIp)" myIP="$(myIp)"
myIPFS="http://$(myHName).local:8080" myIPFS="http://$(myIp):8080"
myIPFSGW="$(myIpfsGw)" myIPFSGW="$(myIpfsGw)"
myTUBE="$(myTube)" myTUBE="$(myTube)"
myASTROTUBE="https://$(myAstroTube)" myASTROTUBE="https://$(myAstroTube)"