From 51520a2054ab33cb4f8e79aa9c3a8ee607c89a16 Mon Sep 17 00:00:00 2001 From: Joel Louzado Date: Wed, 8 Feb 2017 13:14:29 +0530 Subject: [PATCH] updated ROOT_URL for local deployment --- Install-and-Update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 16e6afe..ced27ef 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -166,8 +166,8 @@ Add to ~/repos/run-wefork.sh cd ~/repos/wekan/.build/bundle export MONGO_URL='mongodb://127.0.0.1:27017/admin' # Production: https://example.com/wekan -# Local: http://localhost -export ROOT_URL='https://example.com/wekan' +# Local: http://localhost:3000 +export ROOT_URL='http://localhost:3000' export MAIL_URL='smtp://user:pass@mailserver.example.com:25/' # This is local port where Wekan Node.js runs, same as below on Caddyfile settings. export PORT=3000