mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
update settings.js to latest
This commit is contained in:
parent
6fb8a98397
commit
5cdb944f37
1 changed files with 6 additions and 1 deletions
|
@ -237,6 +237,11 @@ const settings = {
|
|||
10
|
||||
),
|
||||
|
||||
redisLockTTLSeconds: parseInt(
|
||||
process.env.SHARELATEX_REDIS_LOCK_TTL_SECONDS || '60',
|
||||
10
|
||||
),
|
||||
|
||||
i18n: {
|
||||
subdomainLang: {
|
||||
www: {
|
||||
|
@ -535,4 +540,4 @@ http.globalAgent.maxSockets = 300
|
|||
const https = require('https')
|
||||
https.globalAgent.maxSockets = 300
|
||||
|
||||
module.exports = settings
|
||||
module.exports = settings
|
Loading…
Reference in a new issue