Merge pull request #1518 from cryptpad/clarify-sandbox-config

Clarify sandbox `httpSafePort` use in `config.example.js`
This commit is contained in:
mathilde-cryptpad 2024-06-18 11:12:25 +02:00 committed by GitHub
commit 677287d2dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,