# Test Database Environment Configuration # This file provides database credentials for testing discriminant improvements # Database Configuration DB_USER=postgres DB_PASSWORD=testpass123 DB_NAME=teal_test # Docker Database URL (used by services in compose) DOCKER_DB_URL=postgres://postgres:testpass123@postgres:5432/teal_test # Local Database URL (used by migration tools and local testing) DATABASE_URL=postgres://postgres:testpass123@localhost:5433/teal_test # Redis Configuration (if needed) REDIS_URL=redis://garnet:6379 # AT Protocol Configuration (placeholder for testing) AT_PROTOCOL_JWT_SECRET=test-jwt-secret-for-development-only # Client Configuration CLIENT_ADDRESS=localhost