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
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
I'm pretty sure it's only to prevent access to the cron endpoint directly. It can auto generated, but just needs to be used when you setup the cron script itself.
Yeah what @juz501 says is correct. You set it and then you use it. That's for 'traditional hosting' though. Cron is going to have to be handled differently if deployed on eg. Heroku... I need to do a bit more reading up on that.
define( 'CRON_TOKEN', 'XXXXXXXXXXXXXXXXXXXX' );
Could this variable be autogenerated randomly?
The text was updated successfully, but these errors were encountered: