6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
# Database configuration
|
|
HOST="localhost"
|
|
PORT="5432"
|
|
USER="your_postgres_user"
|
|
BACKUP_PATH="/path/to/backup/directory"
|
|
DUMP_FORMAT="custom" # Use "custom" for .dump or "sql" for SQL compressed with Gzip |