Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: audit proxy test cases (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX authored and fengmk2 committed Dec 12, 2019
1 parent 522ad11 commit e7bafb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ var config = {
storage: path.join(dataDir, 'data.sqlite'),

logging: !!process.env.SQL_DEBUG,

// enable proxy npm audits request or not
enableNpmAuditsProxy: true,
},

// enable proxy npm audits request or not
enableNpmAuditsProxy: true,

// package tarball store in local filesystem by default
nfs: require('fs-cnpm')({
dir: path.join(dataDir, 'nfs')
Expand Down

0 comments on commit e7bafb2

Please sign in to comment.