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
2018-01-28 02:47:54 +01:00

40 lines
527 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
'pkg-gh1312':
access: $all
proxy: server2
'*':
access: $all
listen: 55553
# expose internal methods
_debug: true