0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/test/functional/store/config-3.yaml

43 lines
613 B
YAML
Raw Normal View History

2017-03-03 18:39:26 -05:00
storage: ./test-storage3
web:
enable: true
title: verdaccio-server-3
2017-03-03 18:39:26 -05:00
uplinks:
server1:
url: http://localhost:55551/
server2:
url: http://localhost:55552/
cache: false
auth:
auth-memory:
users:
test:
name: test
password: test
2017-03-03 18:39:26 -05:00
logs:
- { type: stdout, format: pretty, level: trace }
2017-03-03 18:39:26 -05:00
packages:
'pkg-gh131':
access: $all
proxy: server1
2018-06-23 09:34:22 -05:00
'testpkg-preserve':
access: test $anonymous
publish: test $anonymous
proxy: server1
2017-03-03 18:39:26 -05:00
'pkg-gh1312':
access: $all
proxy: server2
'*':
access: $all
# expose internal methods
_debug: true