You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: verdaccio/config.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ web:
15
15
title: Verdaccio
16
16
# comment out to disable gravatar support
17
17
# gravatar: false
18
-
# by default packages are ordercer ascendant (asc|desc)
18
+
# by default packages are ordered ascending (asc|desc)
19
19
# sort_packages: asc
20
20
21
21
# auth:
@@ -53,9 +53,9 @@ packages:
53
53
# if package is not available locally, proxy requests to 'npmjs' registry
54
54
proxy: npmjs
55
55
56
-
# You can specify HTTP/1.1 server keepalive timeout in seconds for incomming connections.
56
+
# You can specify HTTP/1.1 server keep-alive timeout in seconds for incoming connections.
57
57
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
58
-
# WORKAROUND: Through given configuration you can workaround following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enought.
58
+
# WORKAROUND: Through given configuration you can work around the following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.
0 commit comments