/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/e2e/verdaccio.yml
33 строки
722 B
Rob Hogan
Apply prettier to .yml files + consistent quote style (#57286)
19 июн 2026, 17:03
19 июн 2026, 17:03
738839c
Код
Авторство
О чём код?
storage: /tmp/verdaccio listen: - 0.0.0.0:4873 # See https://github.com/actions/runner-images/issues/10061 auth: htpasswd: file: ./htpasswd uplinks: npmjs: url: https://registry.npmjs.org/ max_fails: 40 maxage: 30m timeout: 60s fail_timeout: 10m cache: false agent_options: keepAlive: true maxSockets: 40 maxFreeSockets: 10 packages: # Group and isolate all local packages, avoid being proxy from outside '@react-native/*': access: $all publish: $all '@*/*': access: $all publish: $authenticated proxy: npmjs '**': access: $all publish: $all proxy: npmjs logs: - {type: file, path: verdaccio.log, format: json, level: warn}