UPDATE variables properties
This commit is contained in:
@@ -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
|
||||||
# =========================================================
|
# =========================================================
|
||||||
|
|||||||
@@ -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
|
||||||
# =========================================================
|
# =========================================================
|
||||||
|
|||||||
@@ -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}
|
||||||
Reference in New Issue
Block a user