Skip to content

Commit 196e2c1

Browse files
Update README.md
1 parent 3f3e5f2 commit 196e2c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ sudo nano .env
329329

330330
```
331331
# Set this with your node URL (e.g., 'zksensor.tech')
332-
NODE_ID='YOUR_DOMAIN'
332+
NODE_ID='YOUR_NODE_DOMAIN'
333333
334334
# Set this with your node name (e.g., 'zkSensor')
335335
NODE_NAME='YOUR_NODE_NAME'
@@ -373,9 +373,9 @@ LOG_RETENTION_DAYS=14
373373
MAIL_HOST='YOUR_HOST_MAIL_SERVER_PROVIDER'
374374
# Please check your email server’s mail port number by configuring an email client on your mobile or computer to confirm. On some servers, it may be 587 or a different port.
375375
MAIL_PORT=465
376-
MAIL_USER='noreply@YOUR_DOMAIN'
376+
MAIL_USER='noreply@YOUR_NODE_DOMAIN'
377377
MAIL_PASSWORD='YOUR_MAIL_SERVER_PASSWORD'
378-
MAIL_FROM='noreply@YOUR_DOMAIN'
378+
MAIL_FROM='noreply@YOUR_NODE_DOMAIN'
379379
# optional
380380
MAIL_TRANSPORT=smtp://${MAIL_USER}:${MAIL_PASSWORD}@${MAIL_HOST}
381381
@@ -420,7 +420,7 @@ Never share your account’s private key with anyone.
420420
- Update these parameters in the file:
421421
```
422422
# Set this with your node URL (e.g., 'zksensor.tech')
423-
NODE_ID='YOUR_DOMAIN'
423+
NODE_ID='YOUR_NODE_DOMAIN'
424424
425425
# Set this with your node name (e.g., 'zkSensor')
426426
NODE_NAME='YOUR_NODE_NAME'
@@ -437,9 +437,9 @@ HOST_NAME_OR_IP='panel.YOUR-DOMAIN'
437437
MAIL_HOST='YOUR_HOST_MAIL_SERVER_PROVIDER'
438438
# Please check your email server’s mail port number by configuring an email client on your mobile or computer to confirm. On some servers, it may be 587 or a different port.
439439
MAIL_PORT=465
440-
MAIL_USER='noreply@YOUR_DOMAIN'
440+
MAIL_USER='noreply@YOUR_NODE_DOMAIN'
441441
MAIL_PASSWORD='YOUR_MAIL_SERVER_PASSWORD'
442-
MAIL_FROM='noreply@YOUR_DOMAIN'
442+
MAIL_FROM='noreply@YOUR_NODE_DOMAIN'
443443
444444
# Application color codes in hex. Please write it without '#'. Exmaple: #4e46e7 -> 4e46e7
445445
# This text color is for Mobile App

0 commit comments

Comments
 (0)