...
These can be changed/rotated in Turnstile settings if needed, and then reset on (eg) heroku.
To test in development
Rate tracking requires rack-attack to have a working cache, which we don’t normally have in development – so rate gate to issue challenge will never be met! To test in development, you will want something like config.cache_store = :memory_store
in your ./config/development.rb
Disabling
If the turnstile check is causing a problem, it can be disabled by setting ENV var CF_TURNSTILE_ENABLED
to "false"
(or deleting it, as default is false).
...