Removed unless code.
This commit is contained in:
parent
668e272cfd
commit
48cccd186b
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ namespace :zammad do
|
||||||
desc 'Sets all required Settings for performing tests in the CI environment'
|
desc 'Sets all required Settings for performing tests in the CI environment'
|
||||||
task :settings, [:elasticsearch] => :environment do |_task, args|
|
task :settings, [:elasticsearch] => :environment do |_task, args|
|
||||||
Setting.set('developer_mode', true)
|
Setting.set('developer_mode', true)
|
||||||
Setting.set('websocket_port', ENV['WS_PORT'])
|
|
||||||
Setting.set('fqdn', "#{ENV['IP']}:#{ENV['BROWSER_PORT']}")
|
|
||||||
Setting.set('chat_agent_idle_timeout', '45')
|
Setting.set('chat_agent_idle_timeout', '45')
|
||||||
|
|
||||||
next if args[:elasticsearch] != 'with_elasticsearch'
|
next if args[:elasticsearch] != 'with_elasticsearch'
|
||||||
|
|
Loading…
Reference in a new issue