mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 22:01:12 +00:00
[web] Use APP_NAME as nav title in the default settings (#9427)
GitOrigin-RevId: d306477e7c1de9137edf470bb6058bf3e007594a
This commit is contained in:
parent
10ff701aa1
commit
bee70fa669
1 changed files with 2 additions and 2 deletions
|
@ -597,7 +597,7 @@ module.exports = {
|
|||
stepTimeout: parseInt(process.env.SMOKE_TEST_STEP_TIMEOUT || '10000', 10),
|
||||
},
|
||||
|
||||
appName: process.env.APP_NAME || 'ShareLaTeX (Community Edition)',
|
||||
appName: process.env.APP_NAME || 'Overleaf (Community Edition)',
|
||||
|
||||
adminEmail: process.env.ADMIN_EMAIL || 'placeholder@example.com',
|
||||
adminDomains: process.env.ADMIN_DOMAINS
|
||||
|
@ -605,7 +605,7 @@ module.exports = {
|
|||
: undefined,
|
||||
|
||||
nav: {
|
||||
title: 'ShareLaTeX Community Edition',
|
||||
title: process.env.APP_NAME || 'Overleaf Community Edition',
|
||||
|
||||
hide_powered_by: process.env.NAV_HIDE_POWERED_BY === 'true',
|
||||
left_footer: [],
|
||||
|
|
Loading…
Reference in a new issue