updated ROOT_URL for local deployment

Joel Louzado 2017-02-08 13:14:29 +05:30
parent 53263193bd
commit 51520a2054

@ -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