UPDATE 04-Sept
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# Best Practices:
|
||||
# - Use Spring Profiles (e.g., application-dev.properties, application-prod.properties)
|
||||
# to manage environment-specific settings.
|
||||
# - Do not store in PROD sensitive information (e.g., API keys, passwords) directly here.
|
||||
# - Do not store in PROD sensitive information directly here.
|
||||
# Use environment variables or a configuration server for production environments.
|
||||
# - This template can be adapted for logging configuration, database connections,
|
||||
# and other external service settings.
|
||||
@@ -66,4 +66,9 @@ google.cloud.dlp.dlpTemplatePersistFlow=${DLP_TEMPLATE_PERSIST_FLOW}
|
||||
# =========================================================
|
||||
# Quick-replies Preset-data
|
||||
# =========================================================
|
||||
firestore.data.importer.enabled=true
|
||||
firestore.data.importer.enabled=true
|
||||
# =========================================================
|
||||
# LOGGING Configuration
|
||||
# =========================================================
|
||||
logging.level.root=${LOGGING_LEVEL_ROOT:INFO}
|
||||
logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:INFO}
|
||||
Reference in New Issue
Block a user