Skip to content

Configuration Overview

Trix Admin provides flexible configuration options to customize the system behavior.

Configuration Files

FileDescription
src/config/response.tsAPI response format configuration
src/config/json-renderer.tsJSON renderer configuration
.envEnvironment variables
src/theme/settings.tsTheme settings

Configuration Categories

Environment Variables

Configure API base URL, application title, and other environment-specific settings.

Theme Configuration

Customize colors, layout, and appearance of the admin system.

Request Configuration

Configure API response format, interceptors, and error handling.

JSON Renderer Configuration

Configure the VSchema JSON renderer plugin settings.

Released under the MIT License