X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=README.md;h=a26d4a60f3f3439fdfa8e9768322b86e417597a6;hb=83c6ed3b2e4065ee1cab4a1084daaf43a50ec5ff;hp=20f61e0127860b27f6a99b71b8085366474efd9c;hpb=d0444b4b0ee8166d911e6b227218d110eb7eddf1;p=websub-hub diff --git a/README.md b/README.md index 20f61e0..a26d4a6 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/', > }, @@ -152,5 +153,6 @@ This implementation is built atop an in-house API framework, for Reasons. It wo - session-manager.js - process login/logout requests - template/ - HTML content - worker.js - maintains a pool of tasks in progress, for sending out updates, performing verifications, et cetera +- static/ - static assets - test/ - unit and coverage tests - test-e2e/ - support for whole-service testing