OurBigBook Web supports blocking VPN users from signing up in order to reduce SPAM.
To enable this, you must set the To test locally, the checks ca be enabled with:which also fakes an IP with
OURBIGBOOK_IPAPI_IS_API_KEY
environment variable to contain your API key, which can be obtained by signing up to the freemium service:./heroku config:set OURBIGBOOK_IPAPI_IS_API_KEY=api_key
OURBIGBOOK_IPAPI_IS_API_KEY=api_key OURBIGBOOK_DEV_IP=123.456.789.1 npm run dev
OURBIGBOOK_DEV_IP
.