Files
windmill/integration_tests/verdaccio/config.yaml
Ruben Fiszel 19246bcf3e chore: eetest (#2937)
* chore: Windmill integration tests

* Revert github workflow temp changes

* fix ee

---------

Co-authored-by: gbouv <guillaume@windmill.dev>
2023-12-30 03:29:00 +01:00

18 lines
366 B
YAML

storage: /verdaccio/storage/data
plugins: /verdaccio/plugins
auth:
htpasswd:
file: /verdaccio/storage/htpasswd
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
"**":
access: $all
publish: $authenticated
proxy: npmjs
listen:
- http://localhost:4873
- http://npm_registry:4873
log: { type: stdout, format: pretty, level: http }