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