Skip to content

Commit ad2bdb6

Browse files
update verdaccio config
1 parent 6da5930 commit ad2bdb6

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

.verdaccio/config.yml

+11-17
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,29 @@ storage: ../tmp/local-registry/storage
33

44
# a list of other known repositories we can talk to
55
uplinks:
6-
gcr:
7-
url: https://us-west1-npm.pkg.dev/magick-387817/magickml///us-west1-npm.pkg.dev/magick-387817/magickml/:always-auth=true
8-
maxage: 60m
96
npmjs:
107
url: https://registry.npmjs.org/
11-
maxage: 60m
12-
138
packages:
14-
'@magickmlgc/**':
15-
# scoped packages
9+
'@*/*':
1610
access: $all
1711
publish: $all
18-
proxy: gcr
19-
12+
proxy: npmjs
2013
'**':
21-
# give all users (including non-authenticated users) full access
22-
# because it is a local registry
2314
access: $all
2415
publish: $all
25-
unpublish: $all
26-
27-
# if package is not available locally, proxy requests to gcr registry
2816
proxy: npmjs
29-
30-
# log settings
17+
'@magickml/*':
18+
access: $all
19+
publish: $all
20+
proxy: npmjs
3121
log:
3222
type: stdout
3323
format: pretty
34-
level: warn
24+
level: http
3525

3626
publish:
3727
allow_offline: true # set offline to true to allow publish offline
28+
29+
middlewares:
30+
audit:
31+
enabled: false

0 commit comments

Comments
 (0)