Env Demo Fixture

Build-time and runtime environment variables on the Stasho platform.

1. Build-time (static) env

Inlined into the client bundle at build time. Changing any of these requires a rebuild. The accent color tints this page.

NEXT_PUBLIC_APP_NAME
Env Demo Fixture
NEXT_PUBLIC_RELEASE_CHANNEL
alpha-baked-7f3a91
NEXT_PUBLIC_ACCENT_COLOR
#7dd3fc

2. Runtime env (from the backend)

Read from the server process at request time. The values come from a build-time snapshot, so changing them requires a redeploy, not just a reload.

Panel-sourced

SERVICE_LABEL
loading...
GREETING
loading...

Set by the App VM agent / server

PORT
loading...
HOSTNAME
loading...
NODE_ENV
loading...
nodeVersion
loading...

3. Live backend data

Polled from the server every 2 seconds. A bootId or counter reset after a redeploy or restart is expected behavior.

server time
loading...
uptimeSeconds
loading...
requestCount
loading...
bootId
loading...
rssBytes
loading...