mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
f1971edf6d
* fix: e2e testing * fix: e2e testing * fix: e2e testing * fix: e2e testing * fix: e2e testing * fix: e2e testing
35 lines
442 B
YAML
35 lines
442 B
YAML
web:
|
|
enable: true
|
|
title: verdaccio-server-e2e
|
|
|
|
store:
|
|
memory:
|
|
limit: 10
|
|
|
|
auth:
|
|
auth-memory:
|
|
users:
|
|
test:
|
|
name: test
|
|
password: test
|
|
|
|
logs:
|
|
- { type: stdout, format: pretty, level: info }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
'**':
|
|
access: $all
|
|
publish: $authenticated
|
|
|
|
theme:
|
|
../plugins/theme:
|
|
prop: dummy
|
|
|
|
listen: 0.0.0.0:55558
|
|
|
|
# expose internal methods
|
|
_debug: true
|