POSTGRES_USER=your_db_user POSTGRES_PASSWORD=your_secure_password POSTGRES_DB=family_budget POSTGRES_PORT=5435 DATABASE_URL=postgresql://your_db_user:your_secure_password@localhost:5435/family_budget APP_PORT=8080 RUST_LOG=info