gitea-deployment/.env.pg
2023-06-27 15:59:26 +00:00

8 lines
158 B
Bash

#!/bin/bash
# this is for the backup cron job, NOT for the docker-compose.yml
POSTGRES_PASSWORD=$(< $HOME/git/.pg.pw)
POSTGRES_USER=gitea
POSTGRES_DB=gitea