config: add moderation watcher configuration variables

- Add MONITOR_GUILD_ID for target server monitoring
- Add PICSER_UPLOAD_URL for attachment upload endpoint
- Add attachment upload timeout and size limit settings
- Add retry attempts configuration for upload failures
This commit is contained in:
MythEclipse
2026-05-13 19:34:14 +07:00
parent 017efb0b86
commit b13dfb2ece
2 changed files with 11 additions and 1 deletions
+6 -1
View File
@@ -29,5 +29,10 @@ RECONNECT_TIMEOUT_MS=5000
LOG_LEVEL=info
NODE_ENV=development
# Moderation Configuration
MONITOR_GUILD_ID=your_guild_id_here
PICSER_UPLOAD_URL=https://picser.asepharyana.tech/api/upload
ATTACHMENT_UPLOAD_TIMEOUT_MS=30000
ATTACHMENT_MAX_SIZE_MB=100
ATTACHMENT_RETRY_ATTEMPTS=3