X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdefault.js;h=3f54d9a24d4f524efd472e892c55c730f6f4bd41;hb=32aa1fe9679060d138a701b0a5f7e5f2fd1c2611;hp=b23d0f8833919fdd29af7480abd552f9f3b74b30;hpb=3bc885c4b6ef8e5ced2ee9708194523a41ebfe7a;p=websub-hub diff --git a/config/default.js b/config/default.js index b23d0f8..3f54d9a 100644 --- a/config/default.js +++ b/config/default.js @@ -48,11 +48,12 @@ const defaultOptions = { manager: { pageTitle: packageName, // title on html pages - logoUrl: '/static/logo.svg', // image to go with title + 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.