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

Commit

Permalink
verdaccio - config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt committed Dec 28, 2023
1 parent 6537e2c commit 0cd06ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions verdaccio/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
storage: ./storage
auth:
htpasswd:
file: ./htpasswd
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
'@*/*':
access: $all
publish: $authenticated
proxy: npmjs
'**':
proxy: npmjs
log: { type: stdout, format: pretty, level: http }
max_body_size: 500mb

0 comments on commit 0cd06ef

Please sign in to comment.