Files
pbt/pbt.env.example
T
zisco 039e2905dd
Deploy PBT / deploy (push) Successful in 16s
Toggle map-show
2026-09-11 16:04:53 +02:00

11 lines
499 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
# Off by default - straight-line-only map preview, not worth it for most
# setups. Set to true to show it on the trip form and "Meine Fahrten".
#PBT_SHOW_MAP=false