lib/broker/templates/broker.rb in broker-0.1.1 vs lib/broker/templates/broker.rb in broker-0.1.2

- old
+ new

@@ -12,11 +12,14 @@ config.queue = 'broker_queue' # Directory where your successful imported files will be moved config.processed_path = 'broker_processed' + # Directory where your failed imported files will be moved + config.failed_path = 'broker_failed' + # Uncomment to change the default file type to use for importing - # [:csv, :tab] + # [:csv, :txt] #config.file_ext = :csv # Sets polling wait time before checking for new import files config.poll_interval = 10