From 6b430c0b01e3a457278a9d8007ade537b0535d7e Mon Sep 17 00:00:00 2001 From: mathilde-cryptpad <156299270+mathilde-cryptpad@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:10:19 +0200 Subject: [PATCH] clarify how to use the different ports, see #1212 --- config/config.example.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.example.js b/config/config.example.js index d6ebb4a50..986a851d8 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -91,7 +91,10 @@ module.exports = { /* httpSafePort allows you to specify an alternative port from which * the node process should serve sandboxed assets. The default value is - * that of your httpPort + 1. You probably don't need to change this. + * that of your httpPort + 1. You probably don't need to change this as + * it's only meant to be used in development environements and shouldn't + * be setup on production ones where traffic needs to be directed to the + * main httpPort. * */ //httpSafePort: 3001,