mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
fix(quickstart): Enable V2 UI by default (#13664)
This commit is contained in:
parent
85bd9cf21a
commit
4f41832ca8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user