mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[misc] optionally expose the hostname in the 'debug.getHostname' rpc
This commit is contained in:
@@ -109,6 +109,9 @@ const settings = {
|
||||
|
||||
cookieName: process.env.COOKIE_NAME || 'sharelatex.sid',
|
||||
|
||||
// Expose the hostname in the `debug.getHostname` rpc
|
||||
exposeHostname: process.env.EXPOSE_HOSTNAME === 'true',
|
||||
|
||||
max_doc_length: 2 * 1024 * 1024, // 2mb
|
||||
|
||||
// combine
|
||||
|
||||
Reference in New Issue
Block a user