thermograph/deploy/thermograph.env.example
Emi Griffith 9fd1839ce9 Initial commit: app +
VPS deploy pipeline
2026-07-10 17:29:47 -07:00

10 lines
415 B
Text

# 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.
# / -> app at the domain root (recommended on a dedicated domain)
# /thermograph -> app under a sub-path (if sharing the host with other apps)
THERMOGRAPH_BASE=/