mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 08:00:06 +02:00
10 lines
407 B
Diff
10 lines
407 B
Diff
--- settings.js
|
|
+++ settings.js
|
|
@@ -79,6 +79,7 @@ const settings = {
|
|
host: process.env.OVERLEAF_REDIS_HOST || 'dockerhost',
|
|
port: process.env.OVERLEAF_REDIS_PORT || '6379',
|
|
password: process.env.OVERLEAF_REDIS_PASS || undefined,
|
|
+ tls: process.env.OVERLEAF_REDIS_TLS === 'true' ? {} : undefined,
|
|
key_schema: {
|
|
// document-updater
|
|
blockingKey({ doc_id }) {
|