7 lines
334 B
Bash
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
|