mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
29 lines
375 B
YAML
29 lines
375 B
YAML
|
auth:
|
||
|
auth-memory:
|
||
|
users:
|
||
|
test:
|
||
|
name: test
|
||
|
password: test
|
||
|
|
||
|
web:
|
||
|
title: verdaccio
|
||
|
|
||
|
publish:
|
||
|
allow_offline: false
|
||
|
|
||
|
uplinks:
|
||
|
|
||
|
log: { type: stdout, format: pretty, level: trace }
|
||
|
|
||
|
packages:
|
||
|
'@*/*':
|
||
|
access: $anonymous
|
||
|
publish: $anonymous
|
||
|
'**':
|
||
|
access: $anonymous
|
||
|
publish: $anonymous
|
||
|
_debug: true
|
||
|
|
||
|
flags:
|
||
|
changePassword: false
|