.env.dist added
This commit is contained in:
parent
d1d11c4668
commit
b26c680e52
6
postgresql_backup/.env.dist
Normal file
6
postgresql_backup/.env.dist
Normal 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
|
Loading…
Reference in a new issue