mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Fix port missing
This commit is contained in:
parent
5d077f7605
commit
9f0461da7d
1 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,8 @@ const settings = {
|
||||||
|
|
||||||
brandPrefix: '',
|
brandPrefix: '',
|
||||||
|
|
||||||
|
port: __PORT__,
|
||||||
|
|
||||||
allowAnonymousReadAndWriteSharing:
|
allowAnonymousReadAndWriteSharing:
|
||||||
process.env.SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING === 'true',
|
process.env.SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING === 'true',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue