/**
 * Clockwork javascript configuration; all config settings go here.
 *
 * @author Matt Gray <matt@>
**/

Clockwork.config  =  {

	/* Which RTE to use: `tiny_mce' */
	default_editor_type  :  'tiny_mce',

	/** Level at which to display log messages */
	logger_level         :  CW_LOG_PRODUCTION_LEVEL,

	/* Default format for input field date strings */
	date_format 		 :  'MM/dd/yyyy',

	/* Default format for input field date & time strings */
	datetime_format 		 :  'MM/dd/yyyy h:mm tt',
	
	/* Interval for session timeout activity ping in seconds */
	activity_ping_interval: 45
};

