mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
config examples for proxy
This commit is contained in:
parent
13242c8237
commit
1df6d53612
@ -60,3 +60,10 @@ packages:
|
|||||||
logs:
|
logs:
|
||||||
- {type: stdout, format: pretty, level: http}
|
- {type: stdout, format: pretty, level: http}
|
||||||
#- {type: file, path: sinopia.log, level: info}
|
#- {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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user