|
|
@@ -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"
|
|
|
}
|
|
|
}
|
|
|
}
|