summaryrefslogtreecommitdiffstats
path: root/snap-src
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-09-22 00:57:25 +0300
committerLauri Ojansivu <x@xet7.org>2018-09-22 00:57:25 +0300
commit12656ee9a13d2464cdc183590c76d3e09486c607 (patch)
tree5fea9b9edb0f3d8965091b42d50ce116152e5a1c /snap-src
parent02a35f94a7d28c452eec90a823d7aecfb83d1d75 (diff)
downloadwekan-12656ee9a13d2464cdc183590c76d3e09486c607.tar.gz
wekan-12656ee9a13d2464cdc183590c76d3e09486c607.tar.bz2
wekan-12656ee9a13d2464cdc183590c76d3e09486c607.zip
- Add default Wekan Snap MongoDB bind IP 127.0.0.1
Related #1908
Diffstat (limited to 'snap-src')
-rwxr-xr-xsnap-src/bin/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index ffc39459..a54b13c2 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -17,7 +17,7 @@ DEFAULT_MONGODB_PORT="27019"
KEY_MONGODB_PORT='mongodb-port'
DESCRIPTION_MONGODB_BIND_IP="mongodb binding ip address: eg 127.0.0.1 for localhost\n\t\tIf not defined default unix socket is used instead"
-DEFAULT_MONGODB_BIND_IP=""
+DEFAULT_MONGODB_BIND_IP="127.0.0.1"
KEY_MONGODB_BIND_IP="mongodb-bind-ip"
DESCRIPTION_MAIL_URL="wekan mail binding"