1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/functional/store/config-3.yaml
Juan Picado @jotadeveloper 90e700ce78
refactor: dist-tags-merge test
2018-06-23 20:59:35 +02:00

45 lines
626 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
logs:
- {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
'*':
access: $all
listen: 55553
# expose internal methods
_debug: true