Skip to content

Commit

Permalink
chore: remove unused config (cnpm#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang authored Nov 9, 2021
1 parent 74d408d commit a49deec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docs/dockerize/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a49deec

Please sign in to comment.