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'
  logo: '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
