test_registry.envโข863 B
# Test Environment Configuration
# Matches the ports exposed by tests/docker-compose.yml
# Allow localhost URLs for testing environment
ALLOW_LOCALHOST=true
# Registry 1: Development (from tests/docker-compose.yml)
SCHEMA_REGISTRY_NAME_1=development
SCHEMA_REGISTRY_URL_1=http://localhost:38081
SCHEMA_REGISTRY_USER_1=
SCHEMA_REGISTRY_PASSWORD_1=
# Support both VIEWONLY (new) and READONLY (deprecated)
VIEWONLY_1=false
# READONLY_1=false # Deprecated, use VIEWONLY_1
# Registry 2: Production (from tests/docker-compose.yml)
SCHEMA_REGISTRY_NAME_2=production
SCHEMA_REGISTRY_URL_2=http://localhost:38082
SCHEMA_REGISTRY_USER_2=
SCHEMA_REGISTRY_PASSWORD_2=
# Support both VIEWONLY (new) and READONLY (deprecated)
VIEWONLY_2=false
# READONLY_2=false # Deprecated, use VIEWONLY_2
# Default registry for single-registry operations
DEFAULT_REGISTRY=development