From 6ac726e198933ee41c129d22a7118fcfbf4ca9a2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 22 Sep 2018 10:09:37 +0300 Subject: [PATCH] - Add default Wekan Snap MongoDB bind IP 127.0.0.1 Thanks to xet7 ! Related #1908 --- snap-src/bin/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap-src/bin/config b/snap-src/bin/config index ffc394592..a54b13c2e 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"