diff --git a/conf/settings.js b/conf/settings.js index 988521c..88b4ad6 100644 --- a/conf/settings.js +++ b/conf/settings.js @@ -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 \ No newline at end of file +module.exports = settings