0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: add docker audit conf but disabled

This commit is contained in:
Juan Picado @jotadeveloper 2018-05-23 21:57:09 +02:00
parent 5c64fa94a0
commit 172835f6d9
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -47,6 +47,11 @@ packages:
# if package is not available locally, proxy requests to 'npmjs' registry # if package is not available locally, proxy requests to 'npmjs' registry
proxy: npmjs proxy: npmjs
# To use `npm audit` uncomment the following section
#middlewares:
# audit:
# enabled: true
# log settings # log settings
logs: logs:
- {type: stdout, format: pretty, level: http} - {type: stdout, format: pretty, level: http}