Skip to content

Configuration Guide

Initial Setup

After installing the application, configure it to work with your environment.

Environment Variables

Variable Description Default Value
NODE_ENV Base URL for backend APIs development
VITE_APP_APP_TITLE Default language for the interface Grafana Admin Panel
VITE_APP_PUBLIC_PATH Base URL for backend APIs /
VITE_APP_BACKEND_URL Default language for the interface -
VITE_APP_PORT Base URL for backend APIs 4173

Customization

Styling

Edit files in src/styles/ to customize themes and colors.

Internationalization

Add new languages in the src/lang/ folder and update the corresponding JSON files.

Next Steps