Undo debug change

This commit is contained in:
Shane Kilkelly 2016-08-01 16:06:56 +01:00
parent 291a26595c
commit a6b8bf6ece

View file

@ -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)