0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

document new config option

This commit is contained in:
Alex Kocharin 2014-03-29 06:15:43 +00:00
parent 2995858bb0
commit 7f56593ee3

View file

@ -82,3 +82,8 @@ logs:
# increase it if you have "request entity too large" errors
#max_body_size: 1mb
# Workaround for countless npm bugs. Must have for npm <1.14.x, but expect
# it to be turned off in future versions. If `true`, latest tag is ignored,
# and the highest semver is placed instead.
#ignore_latest_tag: true