Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions verdaccio/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ packages:
# if package is not available locally, proxy requests to 'npmjs' registry
proxy: npmjs

publish:
allow_offline: true

# You can specify HTTP/1.1 server keep-alive timeout in seconds for incoming connections.
# 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.
# 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.
Expand Down
Loading