mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix start-wekan.sh MongoDB port to 27017.
Thanks to Keelan and xet7 ! Related #2979
This commit is contained in:
parent
b33f44e23f
commit
c60a092fc0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Debug OIDC OAuth2 etc.
|
# Debug OIDC OAuth2 etc.
|
||||||
#export DEBUG=true
|
#export DEBUG=true
|
||||||
#---------------------------------------------
|
#---------------------------------------------
|
||||||
export MONGO_URL='mongodb://127.0.0.1:27018/wekan'
|
export MONGO_URL='mongodb://127.0.0.1:27017/wekan'
|
||||||
#---------------------------------------------
|
#---------------------------------------------
|
||||||
# Production: https://example.com/wekan
|
# Production: https://example.com/wekan
|
||||||
# Local: http://localhost:2000
|
# Local: http://localhost:2000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue