multi_registry.envโข894 B
# Multi-Registry Configuration
# Registry 1: Development
SCHEMA_REGISTRY_NAME_1=development
SCHEMA_REGISTRY_URL_1=http://localhost:8081
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: Staging
SCHEMA_REGISTRY_NAME_2=staging
SCHEMA_REGISTRY_URL_2=http://localhost:8082
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
# Registry 3: Production (View-only)
SCHEMA_REGISTRY_NAME_3=production
SCHEMA_REGISTRY_URL_3=http://localhost:8083
SCHEMA_REGISTRY_USER_3=prod-user
SCHEMA_REGISTRY_PASSWORD_3=prod-password
# Support both VIEWONLY (new) and READONLY (deprecated)
VIEWONLY_3=true
# READONLY_3=true # Deprecated, use VIEWONLY_3