mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
- 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.
This commit is contained in:
parent
0d10282dbe
commit
6a05f4fb4e
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
name: wekan
|
||||
base: core18
|
||||
version: 0
|
||||
version-script: git describe --dirty --tags | cut -c 2-
|
||||
summary: The open-source kanban
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue