-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmulti_registry.env
More file actions
27 lines (25 loc) · 894 Bytes
/
multi_registry.env
File metadata and controls
27 lines (25 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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