From 4ba6dc7d80f6050e6dac95bed731c82a6268774e Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:58:20 +0300 Subject: [PATCH] Created Crontab (markdown) --- Crontab.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Crontab.md diff --git a/Crontab.md b/Crontab.md new file mode 100644 index 0000000..e4aec50 --- /dev/null +++ b/Crontab.md @@ -0,0 +1,9 @@ +Calculates torrent scrape totals, usually one torrent per minute + +* `/crontab/torrent/scrape/{key}` + +*** + +`{key}` - is the application access key string, passed in URL to prevent third party HTTP requests. + +Could be configured according to the environment. By default - hosted in `.env` file, `APP_KEY=EDITME` option. \ No newline at end of file