server/executionhandlers/ruby/execution.rb in cpee-2.1.71 vs server/executionhandlers/ruby/execution.rb in cpee-2.1.73
- old
+ new
@@ -38,10 +38,9 @@
positions = CPEE::Persistence::extract_set(id,opts,'positions')
positions.map! do |k, v|
[ k, v, CPEE::Persistence::extract_item(id,opts,File.join('positions',k,'@passthrough')) ]
end
iopts = YAML::load_file(ExecutionHandler::Ruby::BACKEND_OPTS)
- pp iopts
iopts[:host] = opts[:host]
iopts[:url] = opts[:url]
iopts[:redis_url] = opts[:redis_url]
iopts[:redis_path] = File.join(opts[:basepath],opts[:redis_path])
iopts[:redis_db] = opts[:redis_db]