Set ZAMMAD_SETTING_TTL to 15 seconds for browser testing.
This commit is contained in:
parent
1424b6e23d
commit
2c91f8801b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ RAILS_ENV=$1
|
||||||
APP_PORT=$2
|
APP_PORT=$2
|
||||||
WS_PORT=$3
|
WS_PORT=$3
|
||||||
|
|
||||||
|
export ZAMMAD_SETTING_TTL=15
|
||||||
|
|
||||||
rails r "Setting.set('developer_mode', true)"
|
rails r "Setting.set('developer_mode', true)"
|
||||||
rails r "Setting.set('websocket_port', '$WS_PORT')"
|
rails r "Setting.set('websocket_port', '$WS_PORT')"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue