PORT=3000

DB_HOST=your-postgres-host
DB_PORT=5432
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password

BACKUP_DIR=./backups
BACKUP_SECRET_KEY=supersecretkey123

