mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
24 lines
509 B
YAML
24 lines
509 B
YAML
storage: ./storage_default_storage
|
|
uplinks:
|
|
npmjs:
|
|
url: http://localhost:4873/
|
|
security:
|
|
api:
|
|
jwt:
|
|
sign:
|
|
expiresIn: 5m
|
|
# to avoid invalid verification token, more info on JWT page
|
|
notBefore: 0
|
|
packages:
|
|
'@token/*':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
'only-you-can-publish':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
logs:
|
|
- { type: stdout, format: pretty, level: trace }
|
|
experiments:
|
|
## enable token for testing
|
|
token: true
|