pr_25168.patch 590 B

12345678910111213141516171819
  1. --- a/services/history-v1/config/custom-environment-variables.json
  2. +++ b/services/history-v1/config/custom-environment-variables.json
  3. @@ -50,12 +50,14 @@
  4. "history": {
  5. "host": "OVERLEAF_REDIS_HOST",
  6. "password": "OVERLEAF_REDIS_PASS",
  7. - "port": "OVERLEAF_REDIS_PORT"
  8. + "port": "OVERLEAF_REDIS_PORT",
  9. + "tls": "OVERLEAF_REDIS_TLS"
  10. },
  11. "lock": {
  12. "host": "OVERLEAF_REDIS_HOST",
  13. "password": "OVERLEAF_REDIS_PASS",
  14. - "port": "OVERLEAF_REDIS_PORT"
  15. + "port": "OVERLEAF_REDIS_PORT",
  16. + "tls": "OVERLEAF_REDIS_TLS"
  17. }
  18. }
  19. }