[web+ops+references] Remove references service code (#29699)

GitOrigin-RevId: 76656abe2e7b012355438d053a05e157bb719b0a
This commit is contained in:
Mathias Jakobsen
2026-01-27 11:10:41 +00:00
committed by Copybot
parent 286cc311c0
commit 2259c915e8
8 changed files with 209 additions and 51 deletions

View File

@@ -140,7 +140,6 @@ const settings = {
api: redisConfig,
pubsub: redisConfig,
project_history: redisConfig,
references: redisConfig,
project_history_migration: {
host: redisConfig.host,
@@ -293,7 +292,6 @@ const settings = {
),
},
},
references: {},
notifications: undefined,
defaultFeatures: {
@@ -426,14 +424,6 @@ if (
}
}
// /References
// -----------
if (process.env.OVERLEAF_ELASTICSEARCH_URL != null) {
settings.references.elasticsearch = {
host: process.env.OVERLEAF_ELASTICSEARCH_URL,
}
}
// filestore
switch (process.env.OVERLEAF_FILESTORE_BACKEND) {
case 's3':