register.html

This commit is contained in:
fred 2022-12-25 14:20:32 +01:00
parent 031fa04248
commit a4f0f0b69c
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ while true; do
############### ############### ############### ############### templates/index.http
# REPLACE myHOST in http response template (fixing next API meeting point)
sed "s~127.0.0.1:12345~${myHOST}:${PORT}~g" $HOME/.zen/Astroport.ONE/templates/index.http > ~/.zen/tmp/coucou/${MOATS}.myHOST.http
sed "s~127.0.0.1:12345~${myHOST}:${PORT}~g" $HOME/.zen/Astroport.ONE/templates/register.html > ~/.zen/tmp/coucou/${MOATS}.myHOST.http
sed -i "s~http://127.0.0.1:1234~${myASTROPORT}~g" ~/.zen/tmp/coucou/${MOATS}.myHOST.http
sed -i "s~http://127.0.0.1:8080~${myIPFS}~g" ~/.zen/tmp/coucou/${MOATS}.myHOST.http

View File

@ -82,7 +82,7 @@ setTimeout(() => {
el.style.visibility = 'visible';
}, 3000); // 👈️ delay in milliseconds
var timeLeft = 30;
var timeLeft = 2524608000;
var elem = document.getElementById('countdown');
var timerId = setInterval(countdown, 1000);