0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/api/test/integration/config/user.jwt.yaml

38 lines
533 B
YAML
Raw Normal View History

storage: ./storage
plugins: ./plugins
web:
title: Verdaccio
auth:
htpasswd:
file: ./htpasswd
2020-03-03 17:59:19 -05:00
uplinks:
ver:
url: https://registry.verdaccio.org
security:
api:
jwt:
sign:
expiresIn: 10m
notBefore: 0
packages:
'@*/*':
access: $all
publish: $authenticated
'vue':
access: $authenticated
publish: $authenticated
proxy: ver
'**':
access: $all
publish: $authenticated
2020-03-03 17:59:19 -05:00
middlewares:
audit:
enabled: true
2020-03-03 17:59:19 -05:00
log: { type: stdout, format: pretty, level: info }