Add a repl to improve debugging on the prod server

This commit is contained in:
Caleb James DeLisle
2018-02-06 11:35:24 +01:00
parent 89ab37f1bf
commit cac5e75a99
4 changed files with 45 additions and 12 deletions

View File

@@ -313,4 +313,12 @@ module.exports = {
// '/etc/apache2/ssl/my_public_cert.crt',
// '/etc/apache2/ssl/my_certificate_authorities_cert_chain.ca'
//],
/* You can get a repl for debugging the server if you want it.
* to enable this, specify the debugReplName and then you can
* connect to it with `nc -U /tmp/repl/<your name>.sock`
* If you run multiple cryptpad servers, you need to use different
* repl names.
*/
//debugReplName: "cryptpad"
};