mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
19 lines
323 B
YAML
19 lines
323 B
YAML
storage: ./storage
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
|
|
packages:
|
|
'@token/*':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
'only-you-can-publish':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
|
|
log: { type: stdout, format: pretty, level: debug }
|
|
|
|
## enable token for testing
|
|
flags:
|
|
token: true
|