diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 2bfa7c2..6d58868 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -65,7 +65,7 @@ google.cloud.dlp.dlpTemplateCompleteFlow=${DLP_TEMPLATE_COMPLETE_FLOW} # ========================================================= # Quick-replies Preset-data # ========================================================= -firestore.data.importer.enabled=false +firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE} # ========================================================= # LOGGING Configuration # ========================================================= diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 96acd0a..1904dee 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -66,7 +66,7 @@ google.cloud.dlp.dlpTemplatePersistFlow=${DLP_TEMPLATE_PERSIST_FLOW} # ========================================================= # Quick-replies Preset-data # ========================================================= -firestore.data.importer.enabled=true +firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE} # ========================================================= # LOGGING Configuration # ========================================================= diff --git a/src/main/resources/application-qa.properties b/src/main/resources/application-qa.properties index ed593eb..1904dee 100644 --- a/src/main/resources/application-qa.properties +++ b/src/main/resources/application-qa.properties @@ -66,9 +66,9 @@ google.cloud.dlp.dlpTemplatePersistFlow=${DLP_TEMPLATE_PERSIST_FLOW} # ========================================================= # Quick-replies Preset-data # ========================================================= -firestore.data.importer.enabled=true +firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE} # ========================================================= # LOGGING Configuration # ========================================================= logging.level.root=${LOGGING_LEVEL_ROOT:INFO} -logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:DEBUG} \ No newline at end of file +logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:INFO} \ No newline at end of file