# Exasol connection configuration for examples
# Copy this file to .env and update with your credentials
# Exasol host address
# Note: If running Exasol in Docker, use the host IP that Docker can reach,
# not "localhost" (e.g., "host.docker.internal" on macOS/Windows or your LAN IP)
EXASOL_HOST=localhost
# Exasol port (default: 8563 for TLS connections)
EXASOL_PORT=8563
# Database username
EXASOL_USER=your_username
# Database password
EXASOL_PASSWORD=your_password
# Whether to validate TLS certificates (set to false for self-signed certs)
EXASOL_VALIDATE_CERT=true