mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add setting to enable anonymous read-write sharing
This commit is contained in:
parent
d13fbe4c48
commit
1b76a0e7c3
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ TMP_DIR = '/var/lib/sharelatex/tmp'
|
|||
|
||||
settings =
|
||||
|
||||
allowAnonymousReadAndWriteSharing:
|
||||
process.env['SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING'] == 'true'
|
||||
|
||||
# Databases
|
||||
# ---------
|
||||
|
||||
|
|
Loading…
Reference in a new issue