summaryrefslogtreecommitdiffstats
path: root/snap-src/bin
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-23 14:15:33 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-23 14:15:33 +0300
commit20af78e50bd21c735481b94063d26374d8be1cbc (patch)
tree0a877352c4443f0850d8eb0a62d57219617a10f9 /snap-src/bin
parent96151a54fbd138ab4cb0e4b4e546ffafac3b0c64 (diff)
downloadwekan-20af78e50bd21c735481b94063d26374d8be1cbc.tar.gz
wekan-20af78e50bd21c735481b94063d26374d8be1cbc.tar.bz2
wekan-20af78e50bd21c735481b94063d26374d8be1cbc.zip
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
Thanks to xet7 !
Diffstat (limited to 'snap-src/bin')
-rwxr-xr-xsnap-src/bin/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index b81925ac..44d30baa 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -9,15 +9,15 @@ keys="MONGODB_BIND_UNIX_SOCKET MONGODB_BIND_IP MONGODB_PORT MAIL_URL MAIL_FROM R
DESCRIPTION_MONGODB_BIND_UNIX_SOCKET="mongodb binding unix socket:\n"\
"\t\t\t Default behaviour will preffer binding over unix socket, to disable unix socket binding set value to 'nill' string\n"\
"\t\t\t To bind to instance of mongodb provided through content interface,set value to relative path to the socket inside '$SNAP_DATA/shared' directory"
-DEFAULT_MONGODB_BIND_UNIX_SOCKET="$SNAP_DATA/share"
+DEFAULT_MONGODB_BIND_UNIX_SOCKET="/var/snap/wekan/current/share"
KEY_MONGODB_BIND_UNIX_SOCKET="mongodb-bind-unix-socket"
DESCRIPTION_MONGODB_PORT="mongodb binding port: eg 27017 when using localhost"
-DEFAULT_MONGODB_PORT=""
+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"