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:
@@ -535,6 +535,8 @@ module.exports = {
|
|||||||
|
|
||||||
// site should be open by default
|
// site should be open by default
|
||||||
siteIsOpen: process.env.SITE_OPEN !== 'false',
|
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
|
// Use a single compile directory for all users in a project
|
||||||
// (otherwise each user has their own directory)
|
// (otherwise each user has their own directory)
|
||||||
|
|||||||
Reference in New Issue
Block a user