From a49deec3b2e1e8483801dea757c727054df34b34 Mon Sep 17 00:00:00 2001 From: alsotang Date: Tue, 9 Nov 2021 14:38:25 +0800 Subject: [PATCH] chore: remove unused config (#1495) --- config/index.js | 3 --- docs/dockerize/config.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/config/index.js b/config/index.js index bcecf627e..25f85da0d 100644 --- a/config/index.js +++ b/config/index.js @@ -108,12 +108,9 @@ var config = { customReadmeFile: '', // you can use your custom readme file instead the cnpm one customFooter: '', // you can add copyright and site total script html here npmClientName: 'cnpm', // use `${name} install package` - packagePageContributorSearch: true, // package page contributor link to search, default is true // max handle number of package.json `dependencies` property maxDependencies: 200, - // backup filepath prefix - backupFilePrefix: '/cnpm/backup/', /** * database config diff --git a/docs/dockerize/config.js b/docs/dockerize/config.js index 30f1f1bf7..4b6e25b37 100644 --- a/docs/dockerize/config.js +++ b/docs/dockerize/config.js @@ -86,12 +86,9 @@ var config = { customReadmeFile: '', // you can use your custom readme file instead the cnpm one customFooter: '', // you can add copyright and site total script html here npmClientName: 'cnpm', // use `${name} install package` - packagePageContributorSearch: true, // package page contributor link to search, default is true // max handle number of package.json `dependencies` property maxDependencies: 200, - // backup filepath prefix - backupFilePrefix: '/cnpm/backup/', /** * database config