From 31798c60a29a76d906617d3ca5d92d77316b7d13 Mon Sep 17 00:00:00 2001 From: hippoz Date: Wed, 30 Dec 2020 22:46:38 +0000 Subject: [PATCH] fix #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86848ac..c11d28a 100644 --- a/README.md +++ b/README.md @@ -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)