fix(quickstart): Enable V2 UI by default (#13664)

This commit is contained in:
Pedro Silva 2025-05-30 17:31:05 +01:00 committed by GitHub
parent 85bd9cf21a
commit 4f41832ca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ MCE_CONSUMER_ENABLED=true
PE_CONSUMER_ENABLED=true
UI_INGESTION_ENABLED=true
ENTITY_SERVICE_ENABLE_RETENTION=true
THEME_V2_DEFAULT=true
# Uncomment to disable persistence of client-side analytics events
# DATAHUB_ANALYTICS_ENABLED=false

View File

@ -99,6 +99,7 @@ services:
- MCE_CONSUMER_ENABLED=true
- METADATA_SERVICE_AUTH_ENABLED=${METADATA_SERVICE_AUTH_ENABLED:-false}
- PE_CONSUMER_ENABLED=true
- THEME_V2_DEFAULT=true
- UI_INGESTION_ENABLED=true
healthcheck:
interval: 1s

View File

@ -99,6 +99,7 @@ services:
- MCE_CONSUMER_ENABLED=true
- METADATA_SERVICE_AUTH_ENABLED=${METADATA_SERVICE_AUTH_ENABLED:-false}
- PE_CONSUMER_ENABLED=true
- THEME_V2_DEFAULT=true
- UI_INGESTION_ENABLED=true
healthcheck:
interval: 1s