Configuration Overview
Trix Admin provides flexible configuration options to customize the system behavior.
Configuration Files
| File | Description |
|---|---|
src/config/response.ts | API response format configuration |
src/config/json-renderer.ts | JSON renderer configuration |
.env | Environment variables |
src/theme/settings.ts | Theme 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.