Skip to content

Commit 8cfe481

Browse files
committed
docs: add DATABASE_PATH and LOGS_DIR environment variable documentation
1 parent bf1341a commit 8cfe481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ All configuration options can be set via environment variables:
8282
- `BATCH_SIZE`: Entries fetched per run
8383
- `UPDATE_INTERVAL`: Seconds between updates in daemon mode
8484
- `ANONYMIZE_MODERATORS`: **MUST be `true`** (enforced for security)
85+
- `DATABASE_PATH`: Path to SQLite database file (default: "modlog.db")
86+
- `LOGS_DIR`: Directory for log files (default: "logs")
8587

8688
#### Advanced Settings
8789
- `WIKI_ACTIONS`: Comma-separated list of actions to show (e.g., "removelink,removecomment,approvelink")

0 commit comments

Comments
 (0)