{% extends "base.html" %} {% block title %}Discord MCP - Exporter Configuration{% endblock %} {% block content %}
Discord Exporter Configuration
Directory where exported Discord data will be stored
Your Discord authentication token.
Format to use for exports
Path to the file containing channel IDs to export (one per line)
How often to run exports (in hours)
Time range of messages to include (older messages will be deleted)
Web UI Settings
Port for the web interface (default: 8080)
Host binding for the web interface
Changes to these settings will take effect after restarting the application.
Back to Dashboard
{% endblock %}