You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ sudo nano .env
329
329
330
330
```
331
331
# Set this with your node URL (e.g., 'zksensor.tech')
332
-
NODE_ID='YOUR_DOMAIN'
332
+
NODE_ID='YOUR_NODE_DOMAIN'
333
333
334
334
# Set this with your node name (e.g., 'zkSensor')
335
335
NODE_NAME='YOUR_NODE_NAME'
@@ -373,9 +373,9 @@ LOG_RETENTION_DAYS=14
373
373
MAIL_HOST='YOUR_HOST_MAIL_SERVER_PROVIDER'
374
374
# 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.
# 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.
439
439
MAIL_PORT=465
440
-
MAIL_USER='noreply@YOUR_DOMAIN'
440
+
MAIL_USER='noreply@YOUR_NODE_DOMAIN'
441
441
MAIL_PASSWORD='YOUR_MAIL_SERVER_PASSWORD'
442
-
MAIL_FROM='noreply@YOUR_DOMAIN'
442
+
MAIL_FROM='noreply@YOUR_NODE_DOMAIN'
443
443
444
444
# Application color codes in hex. Please write it without '#'. Exmaple: #4e46e7 -> 4e46e7
0 commit comments