.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ADDR
HTTP listen address
PGTT_GUI_CONTROL_DSN
Control database: where Studio stores its own timetable_gui schema (registry of installations, users, audit). libpq DSN or URL. For the dev…
PGTT_GUI_SECRET
secret
Secret used to derive the AES-256-GCM key that encrypts stored target DSNs. Use a long random value. Losing it means re-entering…
AUTH_SESSION_TTL_HOURS
Auth / sessions
AUTH_COOKIE_SECURE
brew install flyctl && fly launch --from https://github.com/cybertec-postgresql/gui_pg_timetable
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cybertec-postgresql/gui_pg_timetable
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cybertec-postgresql/gui_pg_timetable