Changeset 715671f in OpenWorkouts-current for staging.ini


Ignore:
Timestamp:
Oct 13, 2019, 4:40:50 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
93b23a6
Parents:
fcf0ef3
Message:

(#77) Bulk workouts upload:

  • Added methods to extract files from compressed bulk files, then load workouts from those files.
  • Added a task to process/load workouts from "not loaded" bulk files
  • Added full tests coverage
File:
1 edited

Legend:

Unmodified
Added
Removed
  • staging.ini

    rfcf0ef3 r715671f  
    2929mail.username = USERNAME
    3030mail.password = PASSWORD
     31
     32# workout bulk loading tasks
     33workouts.bulk_loading_lock = %(here)s/var/run/workout-bulk-loading.lock
     34workouts.bulk_tmp_path = %(here)s/var/tmp/bulk
    3135
    3236
Note: See TracChangeset for help on using the changeset viewer.