diff options
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/env.example b/env.example index ed883fe..fdf9ffb 100644 --- a/env.example +++ b/env.example @@ -39,6 +39,10 @@ DRY_RUN=false # Mod mail reasoning level (0=none, 1=brief, 2=full) REASONING_LEVEL=2 +# Media Requirement Settings +# Minimum character length for roleplay posts to not require media (default: 200) +MIN_ROLEPLAY_LENGTH_WITHOUT_MEDIA=200 + # Discord Webhook Configuration # Discord webhook URL for logging moderation actions DISCORD_WEBHOOK_URL=your_discord_webhook_url_here |