Sha256: 9e471f2db4d56c50e15531337d4be26787dbae1cdc6f0926e396250cee7de2dc

Contents?: true

Size: 323 Bytes

Versions: 14

Compression:

Stored size: 323 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

WorkflowManager::Server.configure do |config|
  config.log_dir = 'logs'
  config.db_dir = 'dbs'
  config.interval = 30
  config.resubmit = 0
  config.redis_conf = "config/environments/redis.conf"
  config.cluster = WorkflowManager::FGCZDebian10Cluster.new('FGCZDebian10Cluster')
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
workflow_manager-0.9.1 config/environments/production.rb
workflow_manager-0.9.0 config/environments/production.rb
workflow_manager-0.8.1 config/environments/production.rb
workflow_manager-0.8.0 config/environments/production.rb
workflow_manager-0.7.9 config/environments/production.rb
workflow_manager-0.7.8 config/environments/production.rb
workflow_manager-0.7.7 config/environments/production.rb
workflow_manager-0.7.6 config/environments/production.rb
workflow_manager-0.7.5 config/environments/production.rb
workflow_manager-0.7.4 config/environments/production.rb
workflow_manager-0.7.3 config/environments/production.rb
workflow_manager-0.7.2 config/environments/production.rb
workflow_manager-0.7.1 config/environments/production.rb
workflow_manager-0.7.0 config/environments/production.rb