# Copy to /etc/thermograph.env on the VPS and edit.
# Read by the systemd unit (EnvironmentFile).
# Port uvicorn binds on loopback. Caddy proxies to this. Keep 8137 unless it clashes.
PORT=8137
# Base path the app is served under.
# /thermograph -> app under a sub-path (share the host with other apps, e.g. a
# portfolio at the root — this is what the Caddyfile expects)
# / -> app at the domain root (only if Thermograph owns the whole domain)
THERMOGRAPH_BASE=/thermograph