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:
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
|
# 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}
|
||||||
|
|
Loading…
Reference in a new issue