0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

fix: IPv6 set up

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-19 21:40:13 +01:00
parent 96065514df
commit 71a0bcaf6f
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -128,7 +128,7 @@ listen:
# - http://localhost:4873 # same thing
# - 0.0.0.0:4873 # listen on all addresses (INADDR_ANY)
# - https://example.org:4873 # if you want to use https
# - [::1]:4873 # ipv6
# - "[::1]:4873" # ipv6
# - unix:/tmp/verdaccio.sock # unix socket
```