feat: add environment-based CSS theming with configurable colors and branding
This commit is contained in:
+19
-1
@@ -1 +1,19 @@
|
||||
VITE_API_BASE_URL=http://localhost:5000
|
||||
# ===========================================
|
||||
# Secuird UI Configuration
|
||||
# ===========================================
|
||||
# Copy this file to .env.local for local development
|
||||
# or use mode-specific env files (.env.development, .env.staging, .env.production)
|
||||
|
||||
# API Configuration
|
||||
VITE_API_BASE_URL=https://api.gatehouse.local/api/v1
|
||||
|
||||
# Theme Configuration
|
||||
# Options: default (teal), dev (red), preprod (purple)
|
||||
VITE_THEME=default
|
||||
|
||||
# Optional: Override app name and favicon
|
||||
# VITE_APP_NAME=Secuird
|
||||
# VITE_FAVICON=/favicon.svg
|
||||
|
||||
# Host Configuration
|
||||
VITE_ALLOWED_HOSTS=ui.gatehouse.local,localhost
|
||||
Reference in New Issue
Block a user