2026-04-26 16:47:48 +09:30
|
|
|
# ===========================================
|
|
|
|
|
# Secuird UI Configuration
|
|
|
|
|
# ===========================================
|
2026-05-28 11:11:48 +00:00
|
|
|
# Copy this file to .env for your environment
|
2026-04-26 16:47:48 +09:30
|
|
|
|
|
|
|
|
# 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
|