# PostgreSQL environment variables for local development
# Copy this file to .env.postgres and customize the values
# Database connection settings
POSTGRES_DB=jankensqlhub_test
POSTGRES_USER=jankensqlhub_user
POSTGRES_PASSWORD=your_secure_password_here
POSTGRES_PORT=5432