Sha256: e650ff555902c06e8874bae10df7427fafe8f4810fb9545b2268d82db38bebd3

Contents?: true

Size: 307 Bytes

Versions: 11

Compression:

Stored size: 307 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::FGCZCluster.new('FGCZCluster')
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
workflow_manager-0.6.0 config/environments/production.rb
workflow_manager-0.5.9 config/environments/production.rb
workflow_manager-0.5.8 config/environments/production.rb
workflow_manager-0.5.7 config/environments/production.rb
workflow_manager-0.5.6 config/environments/production.rb
workflow_manager-0.5.5 config/environments/production.rb
workflow_manager-0.5.4 config/environments/production.rb
workflow_manager-0.5.3 config/environments/production.rb
workflow_manager-0.5.2 config/environments/production.rb
workflow_manager-0.5.1 config/environments/production.rb
workflow_manager-0.5.0 config/environments/production.rb