UPDATE variables properties

This commit is contained in:
PAVEL PALMA
2025-10-01 09:27:35 -06:00
parent 2ad649c321
commit 320b98c6f8
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ google.cloud.dlp.dlpTemplateCompleteFlow=${DLP_TEMPLATE_COMPLETE_FLOW}
# ========================================================= # =========================================================
# Quick-replies Preset-data # Quick-replies Preset-data
# ========================================================= # =========================================================
firestore.data.importer.enabled=false firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE}
# ========================================================= # =========================================================
# LOGGING Configuration # LOGGING Configuration
# ========================================================= # =========================================================

View File

@@ -66,7 +66,7 @@ google.cloud.dlp.dlpTemplatePersistFlow=${DLP_TEMPLATE_PERSIST_FLOW}
# ========================================================= # =========================================================
# Quick-replies Preset-data # Quick-replies Preset-data
# ========================================================= # =========================================================
firestore.data.importer.enabled=true firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE}
# ========================================================= # =========================================================
# LOGGING Configuration # LOGGING Configuration
# ========================================================= # =========================================================

View File

@@ -66,9 +66,9 @@ google.cloud.dlp.dlpTemplatePersistFlow=${DLP_TEMPLATE_PERSIST_FLOW}
# ========================================================= # =========================================================
# Quick-replies Preset-data # Quick-replies Preset-data
# ========================================================= # =========================================================
firestore.data.importer.enabled=true firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE}
# ========================================================= # =========================================================
# LOGGING Configuration # LOGGING Configuration
# ========================================================= # =========================================================
logging.level.root=${LOGGING_LEVEL_ROOT:INFO} logging.level.root=${LOGGING_LEVEL_ROOT:INFO}
logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:DEBUG} logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:INFO}