mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[settings] produce a consistent redis config for every service (#124)
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
45561cde0e
commit
6f46b2c145
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ settings =
|
||||||
lock: redisConfig
|
lock: redisConfig
|
||||||
history: redisConfig
|
history: redisConfig
|
||||||
websessions: redisConfig
|
websessions: redisConfig
|
||||||
|
api: redisConfig
|
||||||
|
pubsub: redisConfig
|
||||||
|
project_history: redisConfig
|
||||||
|
|
||||||
# The compile server (the clsi) uses a SQL database to cache files and
|
# The compile server (the clsi) uses a SQL database to cache files and
|
||||||
# meta-data. sqllite is the default, and the load is low enough that this will
|
# meta-data. sqllite is the default, and the load is low enough that this will
|
||||||
|
|
Loading…
Reference in a new issue