mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
more comments in config file
This commit is contained in:
parent
d91bef5ca0
commit
764dde38f1
1 changed files with 14 additions and 0 deletions
|
@ -13,6 +13,12 @@ uplinks:
|
||||||
url: https://registry.npmjs.org/
|
url: https://registry.npmjs.org/
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
# uncomment this for packages with "local-" prefix to be available
|
||||||
|
# for admin only, it's a recommended way of handling private packages
|
||||||
|
#'local-*':
|
||||||
|
# allow_access: admin
|
||||||
|
# allow_publish: admin
|
||||||
|
|
||||||
'*':
|
'*':
|
||||||
# allow all users to read packages ('all' is a keyword)
|
# allow all users to read packages ('all' is a keyword)
|
||||||
# this includes non-authenticated (anonymous) users
|
# this includes non-authenticated (anonymous) users
|
||||||
|
@ -26,3 +32,11 @@ packages:
|
||||||
|
|
||||||
# when package is published locally, also push it to remote registry
|
# when package is published locally, also push it to remote registry
|
||||||
#proxy_publish: none
|
#proxy_publish: none
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Advanced settings
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
# if you use nginx with custom path, use this to override links
|
||||||
|
#url_prefix: https://dev.company.local/sinopia/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue