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
325
325
sudo nano .env
326
326
```
327
327
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 ").
329
329
330
330
```
331
- # Set this with your node URL (e.g., 'zksensor.tech ')
331
+ # Set this with your node URL (e.g., 'zksensor.com ')
332
332
NODE_ID='YOUR_NODE_DOMAIN'
333
333
334
334
# Set this with your node name (e.g., 'zkSensor')
@@ -419,7 +419,7 @@ NODE_SERVICE_DEVICE_MANAGEMENT='0x4b08ea934e6bfb7c72a376c842c911e1dd2aa74f'
419
419
Never share your account’s private key with anyone.
420
420
- Update these parameters in the file:
421
421
```
422
- # Set this with your node URL (e.g., 'zksensor.tech ')
422
+ # Set this with your node URL (e.g., 'zksensor.com ')
423
423
NODE_ID='YOUR_NODE_DOMAIN'
424
424
425
425
# Set this with your node name (e.g., 'zkSensor')
You can’t perform that action at this time.
0 commit comments