Merge pull request #30412 from overleaf/thomas-wiki-url-default

Update WIKI_URL default to new Overleaf wiki address

GitOrigin-RevId: 0dd72124508fa439a327310b2329ea001cf91d7e
This commit is contained in:
Antoine Clausse
2026-01-22 13:28:43 +01:00
committed by Copybot
parent d161cf6bbc
commit 06ffeb1926

View File

@@ -268,7 +268,7 @@ module.exports = {
url: `http://${process.env.WEBPACK_HOST || '127.0.0.1'}:3808`,
},
wiki: {
url: process.env.WIKI_URL || 'https://learn.sharelatex.com',
url: process.env.WIKI_URL || 'https://learnwiki.overleaf.com',
maxCacheAge: parseInt(process.env.WIKI_MAX_CACHE_AGE || 5 * minutes, 10),
},