1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

more comments in config file

This commit is contained in:
Alex Kocharin 2013-09-24 08:36:43 +04:00
parent d91bef5ca0
commit 764dde38f1

@ -13,6 +13,12 @@ uplinks:
url: https://registry.npmjs.org/
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)
# this includes non-authenticated (anonymous) users
@ -26,3 +32,11 @@ packages:
# when package is published locally, also push it to remote registry
#proxy_publish: none
#####################################################################
# Advanced settings
#####################################################################
# if you use nginx with custom path, use this to override links
#url_prefix: https://dev.company.local/sinopia/