19 lines
590 B
Bash
19 lines
590 B
Bash
# ===========================================
|
|
# 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 |