mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-07 17:32:17 +00:00
Undo debug change
This commit is contained in:
parent
291a26595c
commit
a6b8bf6ece
1 changed files with 1 additions and 2 deletions
|
@ -266,8 +266,7 @@ module.exports = settings =
|
|||
|
||||
# Should we allow access to any page without logging in? This includes
|
||||
# public projects, /learn, /templates, about pages, etc.
|
||||
# allowPublicAccess: if process.env["SHARELATEX_ALLOW_PUBLIC_ACCESS"] == 'true' then true else false
|
||||
allowPublicAccess: true
|
||||
allowPublicAccess: if process.env["SHARELATEX_ALLOW_PUBLIC_ACCESS"] == 'true' then true else false
|
||||
|
||||
# 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