X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=README.md;h=31e921e734302a5bc3a2d5f00600c42e7a672e49;hp=20f61e0127860b27f6a99b71b8085366474efd9c;hb=d6760b5163d0d3527f6ae2c7b2b4c3b28100f3ae;hpb=752a52872743585905cb6c97b5e511853dd8b7ec 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/', > },