1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/test/jwt/jwt.yaml

37 lines
520 B
YAML
Raw Normal View History

storage: ./storage
plugins: ./plugins
web:
title: Verdaccio
auth:
htpasswd:
file: ./htpasswd
2020-03-03 23:59:19 +01:00
security:
api:
jwt:
sign:
expiresIn: 10m
notBefore: 0
packages:
'@*/*':
access: $all
publish: $authenticated
2020-03-03 23:59:19 +01:00
proxy: remote
'vue':
access: $authenticated
publish: $authenticated
2020-03-03 23:59:19 +01:00
proxy: remote
'**':
access: $all
publish: $authenticated
2020-03-03 23:59:19 +01:00
proxy: remote
middlewares:
audit:
enabled: true
2020-03-03 23:59:19 +01:00
logs:
2020-03-03 23:59:19 +01:00
- { type: stdout, format: pretty, level: warn }