Files
pbt/pbt.env.example
T
zisco 158311a329
Deploy PBT / deploy (push) Failing after 16s
Init stops-import, DB-Env
2026-09-10 21:58:22 +02:00

7 lines
334 B
Bash

# Copy to /etc/pbt/pbt.env on the host (root:root, chmod 640) and fill in.
# Referenced by pbt.service and pbt-import-stops.service via EnvironmentFile=.
# systemd parses this itself: KEY=VALUE per line, no quotes, no `export`.
PBT_DATABASE_URL=postgresql://pbt_app:CHANGE_ME@postgres/pbt
PBT_SECRET_KEY=CHANGE_ME_long_random_string