diff options
Diffstat (limited to 'app/cryptpad/config/config.js')
-rw-r--r-- | app/cryptpad/config/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/cryptpad/config/config.js b/app/cryptpad/config/config.js index 89b179f..0803f80 100644 --- a/app/cryptpad/config/config.js +++ b/app/cryptpad/config/config.js @@ -75,7 +75,7 @@ module.exports = { * all addresses, including IPv6, set this to '::'. * */ - //httpAddress: '::', + httpAddress: '::', /* httpPort specifies on which port the nodejs server should listen. * By default it will serve content over port 3000, which is suitable |