summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
blob: 019e386332de415f02a24015a92386757ca7de34 (plain)
1
2
3
4
5
6
7
8
SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
SET ROOT_URL=http://127.0.0.1:2000/
SET MAIL_URL=smtp://user:pass@mailserver.example.com:25/
SET MAIL_FROM=admin@example.com
SET PORT=2000
SET WITH_API=true
cd .build\bundle
node main.js