From 6a05f4fb4e67b0075e1b07c4ed3d3ffdf52f9338 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 29 Jun 2019 11:02:19 -0400 Subject: - Change start-wekan.sh use mongodb port 27018 because xet7 uses RocketChat MongoDB at 27017 and Wekan Snap MongoDB at 27019. MongoDB 4.0.10 port is installed separately for Xubuntu 19.10 from MongDB website and changed at /etc/mongod.conf to run on port 27018. Thanks to xet7. --- start-wekan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start-wekan.sh') diff --git a/start-wekan.sh b/start-wekan.sh index 522cd5ea..304c1006 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -7,7 +7,7 @@ # Debug OIDC OAuth2 etc. #export DEBUG=true #--------------------------------------------- - export MONGO_URL='mongodb://127.0.0.1:27019/wekan' + export MONGO_URL='mongodb://127.0.0.1:27018/wekan' #--------------------------------------------- # Production: https://example.com/wekan # Local: http://localhost:2000 -- cgit v1.2.3-1-g7c22