Set fqdn for each env.
This commit is contained in:
parent
c238b145dd
commit
be1cde6eff
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ 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')"
|
||||||
|
rails r "Setting.set('fqdn', '$IP:$BROWSER_PORT')"
|
||||||
|
|
||||||
pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV
|
pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV
|
||||||
script/websocket-server.rb start -d -p $WS_PORT
|
script/websocket-server.rb start -d -p $WS_PORT
|
||||||
|
|
Loading…
Reference in a new issue