aboutsummaryrefslogtreecommitdiff
path: root/app/cryptpad/config
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-06 10:49:28 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-06 10:49:28 +0200
commit99a4f51166617f7e873bf9ef8ba5516586241995 (patch)
treebbe2197a852b62d8fdf4434dc2c4934274340d10 /app/cryptpad/config
parent653e45f1926c09c9242dfb3582f3d8f86604c66d (diff)
downloadinfrastructure-99a4f51166617f7e873bf9ef8ba5516586241995.tar.gz
infrastructure-99a4f51166617f7e873bf9ef8ba5516586241995.zip
Simplify the build
Diffstat (limited to 'app/cryptpad/config')
-rw-r--r--app/cryptpad/config/config.js2
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