0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/server/test/jwt/jwt.yaml

36 lines
515 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
security:
api:
jwt:
sign:
expiresIn: 10m
notBefore: 0
packages:
'@*/*':
access: $all
publish: $authenticated
2020-03-03 17:59:19 -05:00
proxy: remote
'vue':
access: $authenticated
publish: $authenticated
2020-03-03 17:59:19 -05:00
proxy: remote
'**':
access: $all
publish: $authenticated
2020-03-03 17:59:19 -05:00
proxy: remote
middlewares:
audit:
enabled: true
2020-03-03 17:59:19 -05:00
log: { type: stdout, format: pretty, level: warn }