mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Add default Wekan Snap MongoDB bind IP 127.0.0.1
Thanks to xet7 ! Related #1908
This commit is contained in:
parent
254c7fe951
commit
6ac726e198
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue