7 lines
159 B
Bash
7 lines
159 B
Bash
#!/bin/bash
|
|
# this is for the backup cron job, NOT for the docker-compose.yml
|
|
|
|
POSTGRES_PASSWORD=$(</srv/forgejo/.pg.pw)
|
|
POSTGRES_USER=gitea
|
|
POSTGRES_DB=gitea
|