mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
updated ROOT_URL for local deployment
parent
53263193bd
commit
51520a2054
1 changed files with 2 additions and 2 deletions
|
|
@ -166,8 +166,8 @@ Add to ~/repos/run-wefork.sh
|
||||||
cd ~/repos/wekan/.build/bundle
|
cd ~/repos/wekan/.build/bundle
|
||||||
export MONGO_URL='mongodb://127.0.0.1:27017/admin'
|
export MONGO_URL='mongodb://127.0.0.1:27017/admin'
|
||||||
# Production: https://example.com/wekan
|
# Production: https://example.com/wekan
|
||||||
# Local: http://localhost
|
# Local: http://localhost:3000
|
||||||
export ROOT_URL='https://example.com/wekan'
|
export ROOT_URL='http://localhost:3000'
|
||||||
export MAIL_URL='smtp://user:pass@mailserver.example.com:25/'
|
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.
|
# This is local port where Wekan Node.js runs, same as below on Caddyfile settings.
|
||||||
export PORT=3000
|
export PORT=3000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue