X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdefault.js;h=70837b1c34aa3fa5bdec4d8804df22ed50576847;hb=9915fd047ecd95692e53d93ddb3ad25ae1680925;hp=1905315cec7a1b69eb0e962513923745ff05db64;hpb=4fcc20dfb79f60fef2dc5996c86e27c68b5bd95e;p=websub-hub diff --git a/config/default.js b/config/default.js index 1905315..70837b1 100644 --- a/config/default.js +++ b/config/default.js @@ -44,6 +44,10 @@ const defaultOptions = { manager: { pageTitle: packageName, // title on html pages + footerEntries: [ // common footers on all html pages + 'Development Repository / GitHub mirror', + '©', + ], strictSecrets: false, // If true, reject requests with secrets but not over https publicHub: true, // Accept publish requests as new topics. processImmediately: true, // If true, immediately attempt to process requests when accepted.