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
|
10
|
||||||
),
|
),
|
||||||
|
|
||||||
|
redisLockTTLSeconds: parseInt(
|
||||||
|
process.env.SHARELATEX_REDIS_LOCK_TTL_SECONDS || '60',
|
||||||
|
10
|
||||||
|
),
|
||||||
|
|
||||||
i18n: {
|
i18n: {
|
||||||
subdomainLang: {
|
subdomainLang: {
|
||||||
www: {
|
www: {
|
||||||
|
|
Loading…
Reference in a new issue