소스 검색

Fix start-wekan.sh MongoDB port to 27017.

Thanks to Keelan and xet7 !

Related #2979
Lauri Ojansivu 5 년 전
부모
커밋
c60a092fc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      start-wekan.sh

+ 1 - 1
start-wekan.sh

@@ -7,7 +7,7 @@
       # Debug OIDC OAuth2 etc.
       #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
       # Local: http://localhost:2000