You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the validator extensively, it sometimes makes sense to use a local instance of it, either because you don' t want to flood the validator, but also because, during the development process, all you files are not available from the outside world, and you don' t always work on open source projects.
If a parameter could be use for the config.host value, it would be appreciated.
The text was updated successfully, but these errors were encountered:
server - the "IP:PORT" string or the URL object of a custom validation server, e.g, '172.17.0.2:8080' or { host: '172.17.0.2:8080' } or { hostname: '172.17.0.2:8080', port: 8080 }
Added npm run scripts to run the validation server locally in a docker container.
When you use the validator extensively, it sometimes makes sense to use a local instance of it, either because you don' t want to flood the validator, but also because, during the development process, all you files are not available from the outside world, and you don' t always work on open source projects.
If a parameter could be use for the
config.host
value, it would be appreciated.The text was updated successfully, but these errors were encountered: