From d6760b5163d0d3527f6ae2c7b2b4c3b28100f3ae Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Thu, 4 Nov 2021 17:50:44 -0700 Subject: [PATCH] document newly required config field --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20f61e0..31e921e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ One way of deploying this server is behind nginx, with the pm2 package to manage > 'use strict'; > // Minimum required configuration settings > module.exports = { + > encryptionSecret: 'this is a secret passphrase, it is pretty important to be unguessable', > dingus: { > selfBaseUrl: 'https://hub.squeep.com/', > }, -- 2.43.2