mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
Updated the config
This commit is contained in:
parent
ab44907dac
commit
a38cf312b2
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
# path to a directory with all packages
|
||||
storage: ./storage
|
||||
|
||||
# a list of users
|
||||
users:
|
||||
admin:
|
||||
# crypto.createHash('sha1').update(pass).digest('hex')
|
||||
password: __PASSWORD__
|
||||
title: Sinopia
|
||||
# root: http://my.custom.domain.com
|
||||
# logo: logo.png
|
||||
|
||||
# a list of other known repositories we can talk to
|
||||
uplinks:
|
||||
|
|
Loading…
Reference in a new issue