1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-18 09:21:37 +07:00
verdaccio-ui/tools/_verdaccio.config.yaml

56 lines
880 B
YAML
Raw Normal View History

2019-04-06 22:42:52 +07:00
web:
title: Verdaccio Local Dev
sort_packages: asc
primary_color: #CCC
2019-04-06 22:42:52 +07:00
plugins: ../
auth:
auth-memory:
users:
foo:
name: test
password: test #pragma: allowlist secret
2019-04-06 22:42:52 +07:00
bar:
name: bar
password: test #pragma: allowlist secret
2019-04-06 22:42:52 +07:00
security:
api:
jwt:
sign:
expiresIn: 120d
2019-04-06 22:42:52 +07:00
notBefore: 1
web:
sign:
expiresIn: 100d
notBefore: 0
2019-04-06 22:42:52 +07:00
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
'@*/*':
access: $all
publish: $authenticated
unpublish: $authenticated
'vue':
access: foo
publish: foo
unpublish: foo
'jquery':
access: $all
publish: bar
unpublish: bar
2019-04-06 22:42:52 +07:00
'**':
access: $all
publish: $authenticated
unpublish: $authenticated
middlewares:
audit:
enabled: true
logs:
- { type: stdout, format: pretty, level: trace }