unicorn.rb #1

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • mock_raymond/
  • config/
  • unicorn.rb
  • View
  • Commits
  • Open Download .zip Download (328 B)
listen ENV['MOCKRAYMOND_PORT'] || 3000

worker_processes 1 # lame, we don't use a DB so sessions can't be shared

stdout_path ENV['MOCKRAYMOND_STDOUT_PATH'] if ENV.key?('MOCKRAYMOND_STDOUT_PATH')
stderr_path ENV['MOCKRAYMOND_STDERR_PATH'] if ENV.key?('MOCKRAYMOND_STDERR_PATH')

pid ENV['UNICORN_PID'] if ENV.key?('UNICORN_PID')
# Change User Description Committed
#1 17271 tjuricek Remove deprecated Ruby implementation.
//guest/perforce_software/helix-web-services/main/source/helix_web_services/mock_raymond/config/unicorn.rb
#1 16072 tjuricek Helix Cloud integration for Helix Sync services.

This includes a "mock_raymond" rails application for keeping tabs on basic integration with Helix Cloud. We do not test against a live server.

See integration history for more details.
//guest/doug_scheirer/helix-web-services/main/source/helix_web_services/mock_raymond/config/unicorn.rb
#1 16024 Doug Scheirer Some cloud spec forking, got the mock_raymond to spin up in cloud testing, split normal vs cloud spec output