docs: document internal worker, retention, and abuse configuration
This commit is contained in:
@@ -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=/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user