mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 12:35:51 +00:00
Merge pull request #11802 from overleaf/jpa-server-ce-fix-closing-site
[web] move config option siteMaintenanceFile into server-ce config GitOrigin-RevId: 278495820cbbd2afa916246fbf309d5ee36325f5
This commit is contained in:
parent
ed2b96276d
commit
249ea67511
1 changed files with 2 additions and 0 deletions
|
@ -535,6 +535,8 @@ module.exports = {
|
|||
|
||||
// site should be open by default
|
||||
siteIsOpen: process.env.SITE_OPEN !== 'false',
|
||||
// status file for closing/opening the site at run-time, polled every 5s
|
||||
siteMaintenanceFile: process.env.SITE_MAINTENANCE_FILE,
|
||||
|
||||
// Use a single compile directory for all users in a project
|
||||
// (otherwise each user has their own directory)
|
||||
|
|
Loading…
Add table
Reference in a new issue