1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/express/test/storage/store.spec.yaml
Juan Picado 00d1d2a179
chore: env variable for launch fastify (#3295)
* chore: relocate package server

* chore: relocate server packages

* Update ci.yml

* rename packages

* rename package

* chore: refactor fastify endpoints

* chore: fix types requests

* fix warnings

* chore: refactor endpoints

* refactor launch fastify

* Update package.json

* chore: update deps

* Create green-yaks-divide.md
2022-08-08 07:14:23 +02:00

25 lines
372 B
YAML

storage: ./storage
auth:
htpasswd:
file: ./htpasswd
packages:
'@*/*':
access: $all
publish: $all
proxy: npmjs
'corrupted-package':
access: $all
publish: $all
proxy: npmjs
'jquery':
access: $all
publish: $all
proxy: npmjs
'npm_test':
access: $all
publish: $all
log: { type: stdout, format: pretty, level: warn }