0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/test/unit/partials/config.js

14 lines
218 B
JavaScript
Raw Normal View History

2017-04-10 22:00:41 +02:00
var config = {
storage: __dirname + '/test-storage',
packages: {
'*': {
allow_access: '$all',
},
},
logs: [
{type: 'stdout', format: 'pretty', level: 'fatal'}
],
}
module.exports = config;