.env.dist added

This commit is contained in:
Alexey Skobkin 2024-11-06 17:57:19 +00:00
parent d1d11c4668
commit b26c680e52

View file

@ -0,0 +1,6 @@
# 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