mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
21 lines
353 B
YAML
21 lines
353 B
YAML
storage: ./storage
|
|
plugins: ./plugins
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
security:
|
|
api:
|
|
jwt:
|
|
sign:
|
|
expiresIn: 10m
|
|
notBefore: 0
|
|
packages:
|
|
'@*/*':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
'**':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
logs:
|
|
- { type: stdout, format: pretty, level: warn }
|