0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/test/functional/store/config-3.yaml
Juan Picado 5e9637da90
fix: add missing token auth middleware (#3944)
* fix: add missing token auth middleware

* improve tests

* format
2023-07-21 00:32:14 +02:00

45 lines
671 B
YAML

storage: ./test-storage3
web:
enable: true
title: verdaccio-server-3
uplinks:
server1:
url: http://localhost:55551/
server2:
url: http://localhost:55552/
cache: false
auth:
auth-memory:
users:
test:
name: test
password: test
log: { type: stdout, format: pretty, level: trace }
packages:
'pkg-gh131':
access: $all
proxy: server1
'testpkg-preserve':
access: test $anonymous
publish: test $anonymous
proxy: server1
'pkg-gh1312':
access: $all
proxy: server2
'test-uplink-timeout-*':
access: $all
publish: $all
'*':
access: $all
# expose internal methods
_debug: true