6 lines
270 B
Bash
6 lines
270 B
Bash
# Environment: poweron-nyla-prod (production)
|
|
# Consumed by: Vite build (title) + SPA runtime (getApiBaseUrl / getAppName)
|
|
# Auth and secrets live on the gateway — never in frontend env.
|
|
|
|
VITE_API_BASE_URL=https://gateway-prod.poweron.swiss
|
|
VITE_APP_NAME=PowerOn Nyla
|