# PostgreSQL Test Database Configuration
# Copy this file to .env and fill in your actual values
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=your_username
POSTGRES_PASSWORD=your_password
# Each database with this prefix will be recreated at the start of the tests
POSTGRES_TEST_DB_PREFIX=easy_sql_test