feat: add environment-based CSS theming with configurable colors and branding

This commit is contained in:
2026-04-26 16:47:48 +09:30
parent 37e5de7f92
commit d8828d64f2
16 changed files with 262 additions and 39 deletions
+19 -1
View File
@@ -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