docs: document internal worker, retention, and abuse configuration

This commit is contained in:
Codex
2026-02-18 14:19:24 +00:00
parent 141d7b42a8
commit 53a0e3576e
3 changed files with 26 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ test("env example includes required webhook and credit settings", () => {
assert.match(envFile, /MINIO_ENDPOINT=/);
assert.match(envFile, /CONVEX_DEPLOYMENT_URL=/);
assert.match(envFile, /BETTER_AUTH_SECRET=/);
assert.match(envFile, /INTERNAL_API_TOKEN=/);
assert.match(envFile, /ABUSE_MAX_JOBS_PER_USER_PER_DAY=/);
assert.match(envFile, /ABUSE_COOLDOWN_SEC=/);
assert.match(envFile, /INCLUDED_CHARS=/);
assert.match(envFile, /WEBHOOK_RPM=/);
});