config.py.sample 366 B

1234567891011
  1. DEBUG = True
  2. SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/test.db'
  3. # Used when generating the measurement script
  4. PEERFINDER_DN42 = "http://127.0.0.1:8888"
  5. # Maximum age, in seconds, after which a task is not distributed to
  6. # participants anymore. This avoids a huge backlog when new participants
  7. # join the worker pool. Default: 0 (no restriction)
  8. MAX_AGE = 10800