Skip to main content

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:
CategoryIconDescription
LLMCPUAI model and API configuration
DBDatabaseDatabase connection settings
AUTHShieldAuthentication and security settings
CORESettingsCore application settings
JOBSBriefcaseJob processing and queue configuration
INFRAServerInfrastructure and deployment settings
Each tab shows the number of settings in that category.

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.
Changing system settings can affect the behavior of the entire platform. Ensure you understand the impact of a change before saving. Some changes may require a server restart to take effect.