UPDATE falsos positivos
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.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
|
||||||
# =========================================================
|
# =========================================================
|
||||||
|
|||||||
@@ -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
|
||||||
# =========================================================
|
# =========================================================
|
||||||
|
|||||||
@@ -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
|
||||||
# =========================================================
|
# =========================================================
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
spring.profiles.active=dev
|
spring.profiles.active=${SPRING_PROFILE}
|
||||||
Reference in New Issue
Block a user