Merge pull request #25168 from overleaf/bg-history-redis-add-tls-to-sp-ce

add SP/CE redis TLS configuration options for history-v1 for future use

GitOrigin-RevId: 08d51b604f900559f999457d0c57d5e31021a27b
This commit is contained in:
Brian Gough
2025-08-01 14:49:20 +01:00
committed by Copybot
parent 13f45d23ee
commit a280a07f4b

View File

@@ -50,12 +50,14 @@
"history": {
"host": "OVERLEAF_REDIS_HOST",
"password": "OVERLEAF_REDIS_PASS",
"port": "OVERLEAF_REDIS_PORT"
"port": "OVERLEAF_REDIS_PORT",
"tls": "OVERLEAF_REDIS_TLS"
},
"lock": {
"host": "OVERLEAF_REDIS_HOST",
"password": "OVERLEAF_REDIS_PASS",
"port": "OVERLEAF_REDIS_PORT"
"port": "OVERLEAF_REDIS_PORT",
"tls": "OVERLEAF_REDIS_TLS"
}
}
}