diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-11 01:58:13 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-11 01:58:13 +0300 |
commit | 11b7ade355d32887d0d04b59e8ec5b4ff2662a9f (patch) | |
tree | a03dda38e54106595b03a5b2f00c3ba987120ec1 /snap-src | |
parent | 7d39283aec28f4b128350101ba12a6337718a94f (diff) | |
download | wekan-11b7ade355d32887d0d04b59e8ec5b4ff2662a9f.tar.gz wekan-11b7ade355d32887d0d04b59e8ec5b4ff2662a9f.tar.bz2 wekan-11b7ade355d32887d0d04b59e8ec5b4ff2662a9f.zip |
- Try some changes to snap.
Thanks to xet7 !
Diffstat (limited to 'snap-src')
-rwxr-xr-x | snap-src/bin/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config index 076a2a57..b81925ac 100755 --- a/snap-src/bin/config +++ b/snap-src/bin/config @@ -13,11 +13,11 @@ DEFAULT_MONGODB_BIND_UNIX_SOCKET="$SNAP_DATA/share" KEY_MONGODB_BIND_UNIX_SOCKET="mongodb-bind-unix-socket" DESCRIPTION_MONGODB_PORT="mongodb binding port: eg 27017 when using localhost" -DEFAULT_MONGODB_PORT="27019" +DEFAULT_MONGODB_PORT="" 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="127.0.0.1" +DEFAULT_MONGODB_BIND_IP="" KEY_MONGODB_BIND_IP="mongodb-bind-ip" DESCRIPTION_MAIL_URL="wekan mail binding" |