Changeset 190
- Timestamp:
- 11/13/07 15:28:55 (1 year ago)
- Files:
-
- branches/version10/tasks/backgroundrb_tasks.rake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/version10/tasks/backgroundrb_tasks.rake
r189 r190 8 8 FileUtils.chmod 0774, script_src 9 9 10 defaults = {:host => 'localhost', 11 :port => 11006, 12 } 10 defaults = {:backgroundrb => {:ip => 'localhost',:port => 11006 } } 13 11 14 12 config_dest = "#{RAILS_ROOT}/config/backgroundrb.yml"
