UPDATE falsos positivos

This commit is contained in:
PAVEL PALMA
2025-09-08 14:17:11 -06:00
parent c5fcdbdb9b
commit 11888d2632
4 changed files with 7 additions and 7 deletions

View File

@@ -30,13 +30,13 @@ spring.cloud.gcp.firestore.port=${GCP_FIRESTORE_PORT}
# ========================================================= # =========================================================
spring.data.redis.host=${REDIS_HOST} spring.data.redis.host=${REDIS_HOST}
spring.data.redis.port=${REDIS_PORT} spring.data.redis.port=${REDIS_PORT}
#spring.data.redis.password=23cb4c76-9d96-4c74-b8c0-778fb364877a #spring.data.redis.password=${REDIS_PWD}
#spring.data.redis.username=default #spring.data.redis.username=default
# SSL Configuration (if using SSL) # SSL Configuration (if using SSL)
# spring.data.redis.ssl=true # spring.data.redis.ssl=true
# spring.data.redis.ssl.key-store=classpath:keystore.p12 # spring.data.redis.ssl.key-store=classpath:keystore.p12
# spring.data.redis.ssl.key-store-password=your-keystore-password # spring.data.redis.ssl.key-store-password=${REDIS_KEY_PWD}
# ========================================================= # =========================================================
# Google Conversational Agents Configuration # Google Conversational Agents Configuration
# ========================================================= # =========================================================

View File

@@ -30,13 +30,13 @@ spring.cloud.gcp.firestore.port=${GCP_FIRESTORE_PORT}
# ========================================================= # =========================================================
spring.data.redis.host=${REDIS_HOST} spring.data.redis.host=${REDIS_HOST}
spring.data.redis.port=${REDIS_PORT} spring.data.redis.port=${REDIS_PORT}
#spring.data.redis.password=23cb4c76-9d96-4c74-b8c0-778fb364877a #spring.data.redis.password=${REDIS_PWD}
#spring.data.redis.username=default #spring.data.redis.username=default
# SSL Configuration (if using SSL) # SSL Configuration (if using SSL)
# spring.data.redis.ssl=true # spring.data.redis.ssl=true
# spring.data.redis.ssl.key-store=classpath:keystore.p12 # spring.data.redis.ssl.key-store=classpath:keystore.p12
# spring.data.redis.ssl.key-store-password=your-keystore-password # spring.data.redis.ssl.key-store-password=${REDIS_KEY_PWD}
# ========================================================= # =========================================================
# Google Conversational Agents Configuration # Google Conversational Agents Configuration
# ========================================================= # =========================================================

View File

@@ -30,13 +30,13 @@ spring.cloud.gcp.firestore.port=${GCP_FIRESTORE_PORT}
# ========================================================= # =========================================================
spring.data.redis.host=${REDIS_HOST} spring.data.redis.host=${REDIS_HOST}
spring.data.redis.port=${REDIS_PORT} spring.data.redis.port=${REDIS_PORT}
#spring.data.redis.password=23cb4c76-9d96-4c74-b8c0-778fb364877a #spring.data.redis.password=${REDIS_PWD}
#spring.data.redis.username=default #spring.data.redis.username=default
# SSL Configuration (if using SSL) # SSL Configuration (if using SSL)
# spring.data.redis.ssl=true # spring.data.redis.ssl=true
# spring.data.redis.ssl.key-store=classpath:keystore.p12 # spring.data.redis.ssl.key-store=classpath:keystore.p12
# spring.data.redis.ssl.key-store-password=your-keystore-password # spring.data.redis.ssl.key-store-password=${REDIS_KEY_PWD}
# ========================================================= # =========================================================
# Google Conversational Agents Configuration # Google Conversational Agents Configuration
# ========================================================= # =========================================================

View File

@@ -1 +1 @@
spring.profiles.active=dev spring.profiles.active=${SPRING_PROFILE}