1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-20 18:31:37 +07:00
verdaccio-ui/test/e2e/config/config-protected-e2e.yaml
Juan Picado @jotadeveloper f1971edf6d
build: fix e2e (#246)
* fix: e2e testing

* fix: e2e testing

* fix: e2e testing

* fix: e2e testing

* fix: e2e testing

* fix: e2e testing
2019-11-08 06:23:22 +01:00

32 lines
426 B
YAML

web:
enable: true
title: verdaccio-server-protected-e2e
store:
memory:
limit: 10
auth:
auth-memory:
users:
test:
name: test
password: test
logs:
- { type: stdout, format: pretty, level: info }
packages:
'protected-*':
access: $authenticated
publish: $authenticated
theme:
../plugins/theme:
prop: dummy
listen: 0.0.0.0:55552
# expose internal methods
_debug: true