* chore: Windmill integration tests * Revert github workflow temp changes * fix ee --------- Co-authored-by: gbouv <guillaume@windmill.dev>
18 lines
366 B
YAML
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 }
|