mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
712db31a43
* test: split up web and endpoints api * chore: add reset password endpoint not fully implemented yet * feat: add password change api ednpoint for web
26 lines
337 B
YAML
26 lines
337 B
YAML
storage: ./mock-store
|
|
|
|
web:
|
|
enable: false
|
|
title: verdaccio-server-unit-test
|
|
|
|
auth:
|
|
auth-memory:
|
|
users:
|
|
test:
|
|
name: test
|
|
password: test
|
|
|
|
logs:
|
|
- { type: stdout, format: pretty, level: warn }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: none
|
|
'**':
|
|
access: $all
|
|
publish: none
|
|
|
|
_debug: true
|