mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
30 lines
389 B
YAML
30 lines
389 B
YAML
auth:
|
|
auth-memory:
|
|
users:
|
|
test:
|
|
name: test
|
|
password: test
|
|
|
|
web:
|
|
title: verdaccio
|
|
login: false
|
|
|
|
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: true
|