mirror of https://github.com/xwiki-labs/cryptpad
Merge pull request #1518 from cryptpad/clarify-sandbox-config
Clarify sandbox `httpSafePort` use in `config.example.js`
This commit is contained in:
commit
677287d2dc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue