6 lines
270 B
Bash
6 lines
270 B
Bash
# Environment: poweron-nyla-dev (local development)
|
|
# Consumed by: Vite build (title) + SPA runtime (getApiBaseUrl / getAppName)
|
|
# Auth and secrets live on the gateway — never in frontend env.
|
|
|
|
VITE_API_BASE_URL="http://localhost:8000/"
|
|
VITE_APP_NAME=PowerOn Nyla dev
|