auth:
  auth-memory:
    users:
      test:
        name: test
        password: test

web:
  title: verdaccio

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
