File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,10 +325,10 @@ cd /home/Blockchain-based-IoT-Server/backend
325325sudo nano .env
326326```
327327
328- - Inside the ` .env ` file, paste the following parameters. Note that your user web app URL is "NODE_URL" (e.g., "panel.zksensor.tech ").
328+ - Inside the ` .env ` file, paste the following parameters. Note that your user web app URL is "NODE_URL" (e.g., "panel.zksensor.com ").
329329
330330```
331- # Set this with your node URL (e.g., 'zksensor.tech ')
331+ # Set this with your node URL (e.g., 'zksensor.com ')
332332NODE_ID='YOUR_NODE_DOMAIN'
333333
334334# Set this with your node name (e.g., 'zkSensor')
@@ -419,7 +419,7 @@ NODE_SERVICE_DEVICE_MANAGEMENT='0x4b08ea934e6bfb7c72a376c842c911e1dd2aa74f'
419419Never share your account’s private key with anyone.
420420- Update these parameters in the file:
421421```
422- # Set this with your node URL (e.g., 'zksensor.tech ')
422+ # Set this with your node URL (e.g., 'zksensor.com ')
423423NODE_ID='YOUR_NODE_DOMAIN'
424424
425425# Set this with your node name (e.g., 'zkSensor')
You can’t perform that action at this time.
0 commit comments