mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
47 lines
709 B
YAML
47 lines
709 B
YAML
|
auth:
|
||
|
auth-memory:
|
||
|
users:
|
||
|
test:
|
||
|
name: test
|
||
|
password: test
|
||
|
|
||
|
web:
|
||
|
title: verdaccio web
|
||
|
login: true
|
||
|
scope: '@scope'
|
||
|
pkgManagers:
|
||
|
- pnpm
|
||
|
- yarn
|
||
|
showInfo: true
|
||
|
showSettings: true
|
||
|
showSearch: true
|
||
|
showFooter: true
|
||
|
showThemeSwitch: true
|
||
|
showDownloadTarball: true
|
||
|
showRaw: true
|
||
|
primary_color: '#ffffff'
|
||
|
logoURI: 'http://logo.org/logo.png'
|
||
|
flags:
|
||
|
- something: false
|
||
|
|
||
|
url_prefix: /prefix
|
||
|
|
||
|
publish:
|
||
|
allow_offline: false
|
||
|
|
||
|
uplinks:
|
||
|
|
||
|
log: { type: stdout, format: pretty, level: trace }
|
||
|
|
||
|
packages:
|
||
|
'@*/*':
|
||
|
access: $anonymous
|
||
|
publish: $anonymous
|
||
|
'**':
|
||
|
access: $anonymous
|
||
|
publish: $anonymous
|
||
|
_debug: true
|
||
|
|
||
|
flags:
|
||
|
changePassword: true
|