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