11 lines
499 B
Bash
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
|