mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-25 02:00:07 +02:00

* [CE/SP] Hotfix 5.5.1 * [web] Fix License tab in CE/SP * Added patch to improve logging * Added patch to fix create-user.mjs * Added check for `featureCompatibilityVersion` on CE/SP startup * Patch with `multer` and `tar-fs` updates * Install manually missing @paralleldrive/cuid2 on CE 5.1.1 GitOrigin-RevId: 0138dffdcb171382014a383bee13676fc873b1dd
19 lines
590 B
Diff
19 lines
590 B
Diff
--- a/services/history-v1/config/custom-environment-variables.json
|
|
+++ b/services/history-v1/config/custom-environment-variables.json
|
|
@@ -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"
|
|
}
|
|
}
|
|
}
|