Merge pull request #497 from verdaccio/fix-445

fix: IPv6 set up
This commit is contained in:
Juan Picado @jotadeveloper 2018-01-19 22:09:35 +01:00 committed by GitHub
commit e0b8c05e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
```