mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
chore: add docker audit conf but disabled
This commit is contained in:
parent
5c64fa94a0
commit
172835f6d9
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ packages:
|
|||
# if package is not available locally, proxy requests to 'npmjs' registry
|
||||
proxy: npmjs
|
||||
|
||||
# To use `npm audit` uncomment the following section
|
||||
#middlewares:
|
||||
# audit:
|
||||
# enabled: true
|
||||
|
||||
# log settings
|
||||
logs:
|
||||
- {type: stdout, format: pretty, level: http}
|
||||
|
|
Loading…
Add table
Reference in a new issue