Correccion error 500
This commit is contained in:
@@ -30,13 +30,13 @@ spring.cloud.gcp.firestore.port=${GCP_FIRESTORE_PORT}
|
||||
# =========================================================
|
||||
spring.data.redis.host=${REDIS_HOST}
|
||||
spring.data.redis.port=${REDIS_PORT}
|
||||
#spring.data.redis.password=${REDIS_PWD}
|
||||
#spring.data.redis.password=23cb4c76-9d96-4c74-b8c0-778fb364877a
|
||||
#spring.data.redis.username=default
|
||||
|
||||
# SSL Configuration (if using SSL)
|
||||
# spring.data.redis.ssl=true
|
||||
# spring.data.redis.ssl.key-store=classpath:keystore.p12
|
||||
# spring.data.redis.ssl.key-store-password=${REDIS_KEY_PWD}
|
||||
# spring.data.redis.ssl.key-store-password=your-keystore-password
|
||||
# =========================================================
|
||||
# Google Conversational Agents Configuration
|
||||
# =========================================================
|
||||
@@ -66,7 +66,7 @@ google.cloud.dlp.dlpTemplatePersistFlow=${DLP_TEMPLATE_PERSIST_FLOW}
|
||||
# =========================================================
|
||||
# Quick-replies Preset-data
|
||||
# =========================================================
|
||||
firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE}
|
||||
firestore.data.importer.enabled=true
|
||||
# =========================================================
|
||||
# LOGGING Configuration
|
||||
# =========================================================
|
||||
@@ -76,4 +76,4 @@ logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:INFO}
|
||||
# ConversationContext Configuration
|
||||
# =========================================================
|
||||
conversation.context.message.limit=${CONVERSATION_CONTEXT_MESSAGE_LIMIT}
|
||||
conversation.context.days.limit=${CONVERSATION_CONTEXT_DAYS_LIMIT}
|
||||
conversation.context.days.limit=${CONVERSATION_CONTEXT_DAYS_LIMIT}
|
||||
|
||||
Reference in New Issue
Block a user