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: '',
|
||||
|
||||
port: __PORT__,
|
||||
|
||||
allowAnonymousReadAndWriteSharing:
|
||||
process.env.SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING === 'true',
|
||||
|
||||
|
@ -533,4 +535,4 @@ http.globalAgent.maxSockets = 300
|
|||
const https = require('https')
|
||||
https.globalAgent.maxSockets = 300
|
||||
|
||||
module.exports = settings
|
||||
module.exports = settings
|
||||
|
|
Loading…
Reference in a new issue