1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 03:19:36 +01:00

config examples for proxy

This commit is contained in:
Alex Kocharin 2013-11-24 21:07:54 +04:00
parent 13242c8237
commit 1df6d53612

@ -60,3 +60,10 @@ packages:
logs:
- {type: stdout, format: pretty, level: http}
#- {type: file, path: sinopia.log, level: info}
# you can specify proxy used with all requests in wget-like manner here
# (or set up ENV variables with the same name)
#http_proxy: http://something.local/
#https_proxy: https://something.local/
#no_proxy: localhost,127.0.0.1