Overview
System settings provide access to low-level configuration values organized by category. These settings control database connections, authentication, job processing, infrastructure, and AI model behavior. Navigate to Admin > Settings > System Settings.Categories
Settings are organized into tabs by category:| Category | Icon | Description |
|---|---|---|
| LLM | CPU | AI model and API configuration |
| DB | Database | Database connection settings |
| AUTH | Shield | Authentication and security settings |
| CORE | Settings | Core application settings |
| JOBS | Briefcase | Job processing and queue configuration |
| INFRA | Server | Infrastructure and deployment settings |
Viewing Settings
Settings are displayed as key-value pairs with:- Setting name
- Current value (encrypted values are masked)
- Read-only indicator (for settings that cannot be changed from the UI)
Editing Settings
Settings marked as editable can be modified directly from the admin panel. Read-only settings must be changed through environment variables or the Django admin interface.Only settings marked “Show in Dashboard” in the Django admin are visible here. If you need to access additional settings, use the Django admin interface or configure them via environment variables.