forked from hippoz/brainlet
fix #8
This commit is contained in:
parent
cf6f3ac03c
commit
31798c60a2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue