lib/broker/templates/broker.rb in broker-0.0.9 vs lib/broker/templates/broker.rb in broker-0.1.1
- old
+ new
@@ -9,9 +9,12 @@
config.tables_path = 'config/quickbase_tables.yml'
# Directory where your import files will be queued for import
config.queue = 'broker_queue'
+ # Directory where your successful imported files will be moved
+ config.processed_path = 'broker_processed'
+
# Uncomment to change the default file type to use for importing
# [:csv, :tab]
#config.file_ext = :csv
# Sets polling wait time before checking for new import files