This commit is contained in:
hippoz 2020-12-30 22:46:38 +00:00
parent cf6f3ac03c
commit 31798c60a2

View file

@ -39,7 +39,7 @@ cp secret.js.template secret.js
```
This will create a new secret.js based on that template.
***IMPORTANT***: Open secret.js with your favourite editor, and set the jwtPrivateKey variable to a random string of characters, preferably generated from /dev/random or using node's own generation thing.
***IMPORTANT***: Open secret.js with your favourite editor, and set the jwtPrivateKey variable to a random string of characters, preferably generated from /dev/urandom or using node's own generation thing.
***NOTE***: You can edit config.js to tweak some of the settings. You might wanna do that, especially if you are planning to run it on a domain. (setting the address variable)