# Copy to tests/.env.local for local integration tests.
AFPSQL_TEST_DSN_SECRET=postgresql://postgres:fetch@127.0.0.1:5433/fetch?sslmode=disable
# Enable the ignored Docker container transport E2E locally:
# cargo test --test container_e2e -- --ignored --nocapture
# AFPSQL_E2E=1
# AFPSQL_E2E_POSTGRES_IMAGE=postgres:16
# AFPSQL_E2E_BRIDGE_IMAGE=ubuntu:22.04