Author: rmarianski Date: 2008-01-08 15:13:16 -0500 (Tue, 08 Jan 2008) New Revision: 12431
Modified: config/stage.openplans.org/tasktracker/tasktracker.ini Log: * event_server no longer needed in config * use var variable for configuration Modified: config/stage.openplans.org/tasktracker/tasktracker.ini =================================================================== --- config/stage.openplans.org/tasktracker/tasktracker.ini 2008-01-08 20:12:46 UTC (rev 12430) +++ config/stage.openplans.org/tasktracker/tasktracker.ini 2008-01-08 20:13:16 UTC (rev 12431) @@ -60,10 +60,9 @@ #note: this is a type three universe. "A shoot-on-sight policy is less crazy than it sounds!" -JBR ## FIXME: where should this go? -obsolete_future_history_dir = %(here)s/afh +obsolete_future_history_dir = %(var)s/tasktracker/afh -event_server = http://localhost:10006 -event_queue_directory = %(here)s/eq +event_queue_directory = %(var)s/tasktracker/eq #filter-with = prefix # -- Archive: http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2008/01/1199823197083 To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED] Please contact [EMAIL PROTECTED] for questions.
