mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
@@ -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),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user