From 80510370b0a7b92134e56c3b823a20d615aad072 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 4 Apr 2026 17:23:00 +0200 Subject: [PATCH] docs: add AGENT_HOURLY env variable to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8da71e7..70187e1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The following environment variables are required for the service to function: | `DATABASE_STORAGE_NAME` | The name of the database storage to use. | | `AGENT_USERNAME` | The Gitea username of the AI agent (e.g., `whateveryouragentisnamed`). | | `AGENT_PROMPT_FILE` | (Optional) Path to a custom Markdown template for notifications. If not provided, a default template will be used. | +| `AGENT_HOURLY` | (Optional) Maximum number of triggers allowed per hour. Defaults to `60`. Used for rate limiting. | ## How it works