X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdefault.js;h=e4fd7129d046ea9fc3d52a29f1c7b8f256883577;hb=737fbd003d5c4dfea81b667ef906f1c106a60612;hp=9781ba6d62050a621eb722f4302e4a652d7623d1;hpb=3c547e314b79a31fb3f15412a47707a22dc3eefd;p=websub-hub diff --git a/config/default.js b/config/default.js index 9781ba6..e4fd712 100644 --- a/config/default.js +++ b/config/default.js @@ -51,8 +51,9 @@ const defaultOptions = { logoUrl: '/static/logo.svg', // image to go with title footerEntries: [ // common footers on all html pages 'Development Repository / GitHub mirror', - '©', + '©', ], + publishHistoryDays: 60, // Number of days of update history to show on topic details page 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.