To set the custom registry globally
npx verdaccio-openid@latest --registry http://your-registry.com
npm set registry https://your-registry.com
To set it on just the project:
npx verdaccio-openid@latest --registry http://your-registry.com
npm install my-package --registry https://your-registry.com