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:
+6
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user