0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-10 23:39:31 -05:00
verdaccio/test/unit/modules/api/config/user.yaml
Juan Picado 5e9637da90
fix: add missing token auth middleware (#3944)
* fix: add missing token auth middleware

* improve tests

* format
2023-07-21 00:32:14 +02:00

30 lines
474 B
YAML

auth:
htpasswd:
file: ./htpasswd-user
web:
enable: true
title: verdaccio
uplinks:
ver:
url: https://registry.verdaccio.org
log: { type: stdout, format: pretty, level: trace }
packages:
'@*/*':
access: $all
publish: $all
unpublish: $all
'verdaccio':
access: $all
publish: $all
'vue':
access: $authenticated
publish: $authenticated
proxy: ver
'**':
access: $all
publish: $all
unpublish: $all
_debug: true